Extract the coefficients associated with the covariates in a rhabit model

# S3 method for 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)
#> grad_c1 #> 5.417143