powered by
Construct a single row of model summary statistics.
glance(x)
An object of class timedist.
timedist
glance() returns a one row data.frame with the columns
glance()
data.frame
the square root of the estimated residual variance
whether the fit successfully converged
the achieved convergence tolerance
the data's log-likelihood under the model
the Akaike Information Criterion
the Bayesian Information Criterion
deviance
residual degrees of freedom
corrected residual sum of squares
the number of observations from the model fit
# NOT RUN { tdTilia <- tdData(tilia, x = "Day", y = "Trees") model <- timedist(data = tdTilia, x = "Day", y = "propMax", r = 0.1, c = 0.5, t = 120) glance(model) # }
Run the code above in your browser using DataLab