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 ( |
Value
The standard error of the fitode object
[Package fitode version 0.1.1 Index]