
object
evaluated at the estimated coefficients.## S3 method for class 'gnls':
logLik(object, REML, \dots)
"gnls"
, representing
a generalized nonlinear least squares fitted model.logLik,gls
,
but only FALSE
is accepted..object
evaluated at the estimated coefficients.gnls
,
logLik.lme
fm1 <- gnls(weight ~ SSlogis(Time, Asym, xmid, scal), Soybean,
weights = varPower())
logLik(fm1)
Run the code above in your browser using DataLab