meanplot: Plot Fitted Mean Curves

Description Usage Arguments Examples

View source: R/utilities.R

Description

plot fitted mean curves

Usage

1
meanplot(object)

Arguments

object

a fitted joint mean covariance model of class "jmcmMod", i.e., typically the result of jmcm().

Examples

1
2
3
4
cattleA <- cattle[cattle$group=='A', ]
fit.mcd <- jmcm(weight | id | I(ceiling(day/14 + 1)) ~ 1 | 1, data=cattleA,
  triple = c(8, 3, 4), cov.method = 'mcd')
meanplot(fit.mcd)

jmcm documentation built on Jan. 16, 2021, 5:32 p.m.

Related to meanplot in jmcm...