meanplot: Plot Fitted Mean Curves

View source: R/utilities.R

meanplotR Documentation

Plot Fitted Mean Curves

Description

plot fitted mean curves

Usage

meanplot(object)

Arguments

object

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

Examples

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 Nov. 5, 2025, 5:19 p.m.

Related to meanplot in jmcm...