contacts: Contacts model

View source: R/contacts.R

contactsR Documentation

Contacts model

Description

A panel model for dynamic variation in sexual contacts, with data from Vittinghof et al (1999). The model was developed by Romero-Severson et al (2015) and discussed by \Breto et al (2020).

Usage

contacts(
  params = c(mu_X = 1.75, sigma_X = 2.67, mu_D = 3.81, sigma_D = 4.42, mu_R = 0.04,
    sigma_R = 0, alpha = 0.9)
)

Arguments

params

parameter vector.

Value

A panelPomp object.

Author(s)

Edward L. Ionides

References

\breto

2020

\romeroseverson

2015

\vittinghoff

1999

See Also

Other panelPomp examples: panelGompertz(), panelRandomWalk()

Examples


contacts()


cbreto/panelPomp documentation built on April 13, 2024, 12:23 a.m.