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

stdEr,fitode-methodR 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


parksw3/fitode documentation built on April 3, 2024, 7:45 a.m.