rrwAddParameterEffectListToRRWModel: This function is used to create or modify an rrwModelList

View source: R/rrwAddParameterEffectListToRRWModel.r

rrwAddParameterEffectListToRRWModelR Documentation

This function is used to create or modify an rrwModelList

Description

Function that creates or modifys an rrwModelList by adding effects to the list one at a time.

Usage

rrwAddParameterEffectListToRRWModel(
  rrwModelList = NULL,
  parameterEffectList = NULL
)

Arguments

rrwModelList

A list that specifies the rrw model. If you are building a new list, then this should be NULL. If you are adding a new effect to an old list, then this should be the rrwModelList that you are adding an effect to. DEFAULT = NULL

parameterEffectList

A list that specifies the parameter effect (or a list of effects, e.g., c(effect1, effect2, effect3)). DEFAULT = NULL '

Value

the updated rrwModelList

Examples

rrwAddParameterEffectListToRRWModel (modelList, parameterEffectList)

ccpluncw/ccpl_R_RRW documentation built on July 4, 2025, 3:24 p.m.