Displaying 1 result from an estimated 1 matches for "28nonlinear".
2009 May 11
1
Error in NLME (nonlinear mixed effects model)
Hi there,
I have been trying to fit an NLME to my data. My dataset has two category levels - one is a fixed effect (level1) and one is a random effect (level2), though so far I have only experimented with the highest level grouping (fixed, level1), with the following code:
mod1 <- nlme(H ~ a*(1-exp(-b*D^c)),
data=sizes,
fixed=a+b+c~factor(Loc),
start=c(a=75,b=0.05,c=0.7))
This returns the