modify.causl_model: Modify 'causl_model' object

modify.causl_modelR Documentation

Modify causl_model object

Description

Change one or more components of a causl_model object.

Usage

modify.causl_model(
  x,
  over = FALSE,
  formulas,
  family,
  pars,
  link,
  dat,
  method,
  kwd
)

Arguments

x

an object of class causl_model

over

logical: should components be added/modified or entirely over-written?

This function can be used to modify

formulas

list of lists of formulas

family

families for variables and copula

pars

list of lists of parameters

link

list of link functions

dat

optional data frame of covariates

method

either "inversion" (the default), "inversion_mv", or "rejection"

kwd

word used for copula formula and parameters


rje42/causl documentation built on June 1, 2025, 2:50 p.m.