summary.kinetic: Model summary for a kinetic class object.

View source: R/OOP.R

summary.kineticR Documentation

Model summary for a kinetic class object.

Description

Retrieves inference or fit statistics or normality test results for the model residuals from a kinetic class object.

Usage

## S3 method for class 'kinetic'
summary(
  object,
  type = c("inference", "fit", "assumptions"),
  resid.type = "response",
  ...
)

Arguments

object

a kinetic class object.

type

type of the statistic returned.

resid.type

type of the residuals, passed to residuals.kinetic.

...

extra arguments passed to coef.kinetic or residuals.kinetic.


PiotrTymoszuk/kinet documentation built on June 12, 2022, 7:29 p.m.