Last chance! 50% off unlimited learning
Sale ends in
object
evaluated at the estimated coefficients.logLik(object)
gnls
, representing
a generalized nonlinear least squares fitted model.object
evaluated at the estimated coefficients.gnls
data(Soybean)
fm1 <- gnls(weight ~ SSlogis(Time, Asym, xmid, scal), Soybean,
weights = varPower())
logLik(fm1)
Run the code above in your browser using DataLab