BookmarkSubscribeRSS Feed
PeterBuzzacott
Calcite | Level 5

Hi again

Another novel problem.  I have 28 fruit on a tree, numbered from 1 to 28, all the same age but different weights.  I gave them all a treatment and measured the result.  Two weeks later I weighed them all again and gave them all a second treatment.  At the time of the second treatment the smaller fruit had grown to the size that the larger fruit were at the first treatment.  The larger fruit from the first treatment were, by then, even larger.

My outcome is ternary; no effect, some effect, or big effect.

My model is: Outcome = Weight Age

The data are matched pairs in a simple test-retest experiment.  My theory is that if weight was the main factor then the heavier fruit would show a larger effect regardless of age.  But, if age was important then the second treatment would show an overall bigger effect than the first treatment.

But, when I try to include the strata statement Strata = ID;

I get the message: NRRIDG needs more than 25 iterations or 250 function calls.

Now, if I take the strata statement out and run the model as a straight forward set of 56 independant data then age is significant and weight is not.  I would expect that if I can match the pairs somehow then this finding will become even more statistically significant.

What are my options - all suggestions welcome.

I was thinking maybe use a different optimisation method?

Peter (Brest, France)

1 REPLY 1
SteveDenham
Jade | Level 19

I would just change the maxiter value.

Add an NLOPTIONS statement:

nloptions maxiter=200;

This will allow the optimization procedure to keep going.

Steve Denham

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1267 views
  • 0 likes
  • 2 in conversation