Calculates standard error by taking the square root of the diagonal matrix
# S4 method for fitode
stdEr(x, type = c("response", "links"))The standard error of the fitode object
fitode object
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.