cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar
Kynda
Level III

ANOVA or MANOVA for CRD and RCBD analysis with repeated measurements in JMP?

When we have repeated measures for different time points (with replicates), What is perfect to use analyze data in JMP to answer? ANOVA or MANOVA?

1.Overall, are there significant differences between TIME points? for repeated measurements in CRD (e.g. data) and RCBD (e.g. data) designs? Not the subsampling data.

2.Do the two groups differ at any time points, i.e. is there a TREATMENT effect?

3.Do the two groups differ in their responses over time, i.e is there a TIME*TREATMENT interaction?

 

1 ACCEPTED SOLUTION

Accepted Solutions
Byron_JMP
Staff

Re: ANOVA or MANOVA for CRD and RCBD analysis with repeated measurements in JMP?

Try stacking your Rep column and use the Variability plot to look at the data.  

Variability Chart(
	Y( :Data ),
	X( :Harvest, :Lime Trt. ),
	Model( "Crossed" ),
	Max Iter( 100 ),
	Conv Limit( 0.00000001 ),
	Number Integration Abscissas( 128 ),
	Number Function Evals( 65536 ),
	Connect Cell Means( 1 ),
	Show Group Means( 1 ),
	Std Dev Chart( 1 ),
	Points Jittered( 1 ),
	Variance Components( 1 ),
	
)

 

 

 

JMP Systems Engineer, Health and Life Sciences (Pharma)

View solution in original post

1 REPLY 1
Byron_JMP
Staff

Re: ANOVA or MANOVA for CRD and RCBD analysis with repeated measurements in JMP?

Try stacking your Rep column and use the Variability plot to look at the data.  

Variability Chart(
	Y( :Data ),
	X( :Harvest, :Lime Trt. ),
	Model( "Crossed" ),
	Max Iter( 100 ),
	Conv Limit( 0.00000001 ),
	Number Integration Abscissas( 128 ),
	Number Function Evals( 65536 ),
	Connect Cell Means( 1 ),
	Show Group Means( 1 ),
	Std Dev Chart( 1 ),
	Points Jittered( 1 ),
	Variance Components( 1 ),
	
)

 

 

 

JMP Systems Engineer, Health and Life Sciences (Pharma)