Extract Additional Intercepts/Priors
Hi,
I am loving this package, allowing great flexibility to model some behaviors in neonatal ungulates. I had a couple questions:
- For models with joined intercepts, the coefficients printed do not include a int_2 around cp_2, I am wondering if there is a way to extract those coefficients?
Model 3: 2 intercepts with joined intercept with fawn age slope
two_int_age<-list(act_xyz ~ 1, #intercept for hiding phase
~ 0 + age_days) # joined intercept with slope change with fawn age (beginning of following phase, increasing of activity)
- I am having some poor model fits (despite a model fitting) where some individual deer are being overfitted and specifically, the model finds 2 changepoints in very close proximity that does not make biological sense. I looked through the vignette priors section, is there a way to add a prior that a changepoint needs to be X days from the previous changepoint?
Thanks,
Tyler
Originally posted by @tobermoller in #164
Extract Additional Intercepts/Priors
Hi,
I am loving this package, allowing great flexibility to model some behaviors in neonatal ungulates. I had a couple questions:
Model 3: 2 intercepts with joined intercept with fawn age slope
two_int_age<-list(act_xyz ~ 1, #intercept for hiding phase
~ 0 + age_days) # joined intercept with slope change with fawn age (beginning of following phase, increasing of activity)
Thanks,
Tyler
Originally posted by @tobermoller in #164