coef.rhabit: Extract the coefficients associated with the covariates in a...

View source: R/summary.rhabit.R

coef.rhabitR Documentation

Extract the coefficients associated with the covariates in a rhabit model

Description

Extract the coefficients associated with the covariates in a rhabit model

Usage

## S3 method for class 'rhabit'
coef(object, complete = TRUE, ...)

Arguments

object

a rhabit model fit using fit_langevin_ud

complete

argument specifies whether NA should be displayed or not. its value is set to TRUE by default

...

additional arguments.

Value

the coefficients of the fitted rhabit model

Examples

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

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