Displaying 1 result from an estimated 1 matches for "mytrait".
Did you mean:
mytrain
2005 Oct 31
2
nlme error message
...oreign function call (arg 1)". If I change
the correlation structure to corAR1, then no error. I have
no clue how to solve this problem. I would highly
appreciate any help.
Thanks in advance and looking forward to any help.
JY
I attached my data and codes here:
# data: mytable
mytrait myloc RIL
A1 0.590950330 0 1
A2 -0.315469846 -1 2
A3 -0.265690115 0 3
A4 0.342885046 0 4
A5 0.007613402 1 5
A6 0.285997884 0 6
A7 0.333841975 0 7
A8 -0.599817735 -1 8
A9 0.242621036 0 9
A10 0.518959588 1 10
cs<-corCompSymm(0.5, form=~1|RIL, fixed=T)
model<-lme(mytrait~myloc, data=mytable, ra...