CrosspredInteraction: Crosspred class

Description Super class Methods

Description

This class defines and computes a prediction for Crosspred

Super class

dlnm.interaction::Crosspred -> CrosspredInteraction

Methods

Public methods

Inherited methods

Method new()

Usage
CrosspredInteraction$new(
  crossbasisExposure,
  crossbasisInteraction,
  model,
  at,
  coefInteraction = NULL,
  coefExposure = NULL,
  vcovInteraction = NULL,
  vcovExposure = NULL,
  vcovIntersection = NULL,
  cen = NULL,
  ci.level = 0.95,
  cumul = FALSE,
  model.link = NULL
)

Method plotExposure()

Usage
CrosspredInteraction$plotExposure(filepath = NULL, title = NULL)

Method plotLagAt()

Usage
CrosspredInteraction$plotLagAt(
  at,
  filepath = NULL,
  title = NULL,
  xDist = 0.1,
  colours = colourPalette,
  legendPos = c(0.5, 0.1)
)

Method clone()

The objects of this class are cloneable with this method.

Usage
CrosspredInteraction$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


schnecki/dlnm.interaction documentation built on Feb. 14, 2022, 5:10 a.m.