summary.movement_model: Summarize a movement model object

View source: R/movement.R

summary.movement_modelR Documentation

Summarize a movement model object

Description

Creates a summary of an optimised movement_model object.

Usage

## S3 method for class 'movement_model'
summary(object, ...)

Arguments

object

a movement_model object

...

additional arguments affecting the summary produced.

Value

Returns a summary.movement_model object containing a list of the following parameters

model

The flux model objects used

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


SEEG-Oxford/movement documentation built on April 17, 2023, 4:17 p.m.