jmsigner / amt

37 stars 13 forks source link

Error in executing code from vignette #2

Closed vestlink closed 5 years ago

vestlink commented 6 years ago

This following creates an error while trying to run the code from the "Fitting a Step-Selection Function" vignette (amt version 0.0.4.0)

m0 <- ssf1 %>% fitclogit(case ~ forest + strata(stepid)) Error in eval(predvars, data, env) : object 'case_' not found

jmsigner commented 6 years ago

Thanks, could you please post the output of devtools::session_info(). Thanks.

vestlink commented 5 years ago

disregard the error. I could not reproduce it