Learn R Programming

nlstimedist (version 1.1.4)

glance.timedist: Construct a single row summary "glance" of a timedist model

Description

glance methods always return either a one-row data frame, or NULL

Usage

# S3 method for timedist
glance(x, ...)

Arguments

x

An object of class timedist.

...

Additional arguments (not used).

Value

glance returns one row with the columns

sigma

the square root of the estimated residual variance

isConv

whether the fit successfully converged

finTol

the achieved convergence tolerance

logLik

the data's log-likelihood under the model

AIC

the Akaike Information Criterion

BIC

the Bayesian Information Criterion

deviance

deviance

df.residual

residual degrees of freedom

RSS

corrected residual sum of squares