A data frame with estimates, sample standard errors, and confidence intervals.
Arguments
x
a marssMLE object
conf.int
Whether to compute confidence and prediction intervals on the estimates.
conf.level
Confidence level. alpha=1-conf.level
...
Optional arguments. If conf.int=TRUE, then arguments to specify how CIs are computed can be passed in. See details and MARSSparamCIs.
Details
tidy.marssMLE() assembles information available via the print() and coef() functions into a data frame that summarizes the estimates. If conf.int=TRUE, MARSSparamCIs() will be run to add confidence intervals to the model object if these are not already added. The default CIs are calculated using a analytically computed Hessian matrix. This can be changed by passing in optional arguments for MARSSparamCIs().