Skip to content

Extract Additional Intercepts/Priors #165

@tobermoller

Description

@tobermoller

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:

  1. 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)

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions