cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
wgardnerQS
Level II

Response Screening Effect Size - logistic

Related to the previous post How to get "Effect size" column with Response Screening functionality , I am also wondering how effect size in the response screening platform is calculated, specifically for categorical Y vs continuous X.  JMP help shows:  "When Y is categorical and X is continuous, the effect size is the square root of the average ChiSquare value for the whole model test."  Running below script on BigClass yields effect sizes of 0.37082 and 0.16935 for height and weight, respectively.  How does effect size^2 relate to ChiSquare?

 

wgardnerQS_0-1671051005281.png

 

 

Response Screening(
	Y( :sex ),
	X( :height, :weight ),
	PValues Table on Launch( 0 ),
	SendToReport(
		Dispatch( {"Response Screening"}, "", TabListBox, {Set Selected( 2 )} )
	)
)
0 REPLIES 0