summary.rhabit: Obtaining the summary of a fitted Langevin movement model

View source: R/summary.rhabit.R

summary.rhabitR Documentation

Obtaining the summary of a fitted Langevin movement model

Description

Obtaining the summary of a fitted Langevin movement model

Usage

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

Arguments

object

an object of class rhabit, obtained through the function fit_langevin_ud

...

additional parameters to fit the general usage of the summary function

Value

the table corresponding to the test of H0 $beta_i = 0 and the table corresponding to the test H0 = "gamma2 =1"

Examples

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


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