stdEr,fitode-method {fitode}R Documentation

Extract standard error from fitode objects

Description

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

Usage

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

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.

Value

The standard error of the fitode object


[Package fitode version 0.1.1 Index]