fit_ssf: Fit an SSF Model

Description Usage Arguments Value Examples

Description

Construct an SSF model from data created with ssf_sample

Usage

1
fit_ssf(dat, covars, lcname = "LCClass_03272019", rfnum = NULL)

Arguments

dat

data.frame from ssf_sample

covars

character vector of covars for the model

lcname

name of land cover covariate

rfnum

if not null, the column name of the rf rsf layer

Value

Returns SSF model object

Examples

1
2
3
system.time({ mods<- parallel::mclapply(dd,fit_ssf, covars=c('sl_','ta_','DistToMainStream','DistPrimRoad','DistSecRoad','Elevation','Slope','Aspect','TPI','TRI','Roughness','ClosestDist'),lcname='LCClass_03272019',mc.cores=18) })
amt::strata(AID)')
amt::strata(AID)') 

MovingUngulate/DEERP documentation built on May 3, 2019, 8:34 p.m.