Learn R Programming

fitode (version 0.1.1)

stdEr,fitode-method: Extract standard error from fitode objects

Description

Calculates standard error by taking the square root of the diagonal matrix

Usage

# S4 method for fitode
stdEr(x, type = c("response", "links"))

Value

The standard error of the fitode object

Arguments

x

fitode object

type

type of standard error. The default (type=response) is on the response scale; this is the scale on which the model parameters are defined. Alternatively, type=link can be used to obtain standard errors on the estimated scale.