Displaying 1 result from an estimated 1 matches for "nwfdist".
Did you mean:
nrfdist
2012 Jan 06
0
Bootstrapping nlme models
...ds but
have been unsuccessful. I have tried both using the boot package and simply
developing a bit of code that resamples my data and drops the parameter
estimates into a new vector. I would be interested in running both a
parametric and non-parametric version.
model2<-nlme(nwfcross~a*exp(-b*nwfdist),
fixed=a+b~1,
random=a+b~1|nwfid,
start=c(a=300,b=0.016))
Any help would be greatly appreciated. If it is helpful I can add in some of
the code I have tried and the resulting error messages.
Lynn
--
View this message in context: http://r.789695.n4.nabble.com/Bootstrapping-nlme-models-tp427...