coef.rhabit.Rd
Extract the coefficients associated with the covariates in a rhabit model
# S3 method for rhabit coef(object, complete = TRUE, ...)
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. |
the coefficients of the fitted rhabit model
data(tracks) fitted_langevin <- fit_langevin_ud(cbind(x,y) ~ grad_c1, data = tracks) coef(fitted_langevin)#> grad_c1 #> 5.417143