Hello,
I am trying to use GENPRES to estimate precision and accuracy of my study design.
I have been trying to run the example by McKenzie on Ambystoma tigrinum but when I try to run the model psi(.)p(linear) as defined by:
proc estimate link=Logit varest=2nd Part;
model={psi(.)p(linear)};
group=1 Psi rows=1 cols=1 Square;
1;
group=1 p rows=1 cols=8 Square;
2 2 3 3 4 4 5 5;
design matrix constraints=5 covariate=3;
1 0 0;
0 1 0;
0 1 1;
0 1 2;
0 1 3;
blabel(1)=bpsi;
blabel(2)=b0;
blabel(3)=b1;
rlabel(1)=psi;
rlabel(2)=p;
rlabel(3)=p;
rlabel(4)=p;
rlabel(5)=p;
I get the following Error message:
ERROR - No covariates specified on DESIGN MATRIX statement. Exit code 30
As I copy/pasted the above command from the worked examples (attended McKenzie workshop on occupancy), I am not sure about what could be wrong with it..
Thanks for the help!
Regards,
Lucrezia