print.rhabit: Print the formula used to specify the model and the estimated...

View source: R/summary.rhabit.R

print.rhabitR Documentation

Print the formula used to specify the model and the estimated coefficients

Description

Print the formula used to specify the model and the estimated coefficients

Usage

## S3 method for class 'rhabit'
print(x, ...)

Arguments

x

a rhabit model fit using fit_langevin_ud

...

additionnal arguments, might be digits a non-null value specifying the minimum number of digits to be printed in values.

Value

The rhabit object passed in argument is returned.

Examples

data(tracks)
fitted_langevin <- fit_langevin_ud(cbind(x,y) ~ grad_c1, data = tracks)
print(fitted_langevin)

papayoun/Rhabit documentation built on July 19, 2023, 8:04 p.m.