summary.movement_model | R Documentation |
Creates a summary of an optimised movement_model
object.
## S3 method for class 'movement_model'
summary(object, ...)
object |
a |
... |
additional arguments affecting the summary produced. |
Returns a summary.movement_model
object containing a list of the following parameters
model |
The |
coefficients |
The parameters estimates on the true scale used in the flux model equations |
trans_coeff |
The parameters estimates on the continuous scale, after parameter transformation, used for the optimisation process |
trans_coeff_std_errors |
The standard error of the optimised parameters |
null_deviance |
The null deviance |
df_null |
the degree of freedom on the null deviance |
resid_deviance |
the residual deviance |
df_residual |
the degree of freedom on the residual deviance |
aic |
the aic |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.