Displaying 1 result from an estimated 1 matches for "logt09".
Did you mean:
log10
2003 Aug 22
1
boot function
...ke to generate say 1000 samples. For these 1000 samples ill calculate an nlme() and ill use these 1000 estimators of a variable to make further calculation. Now what i dont understand is where the index should be set. the nlme() looks like this:
nlme(Concentr~a*(1-exp(Day*(log(0.1,base=exp(1))/exp(logt09))))
,data=data
,fixed=a+logt09~1
,random=a+logt09~1|Subject[ind]
,start=list(fixed=c(a=30,logt09=1)))
My idea was to put the index ( second variable of the statistcs function) in...