getOutcomeVars: Get a set of outcome variables from the simframe.

View source: R/simframe.r

getOutcomeVarsR Documentation

Get a set of outcome variables from the simframe.

Description

Get a set of outcome variables from the simframe.

Usage

getOutcomeVars(
  simframe,
  outcome_type_select = NULL,
  outcome_module_name = NULL,
  sorted = FALSE
)

Arguments

simframe

simframe

outcome_type_select

a vector of outcome_types, or NULL to select all types.

outcome_module_name

a vector of outcome_module, , or NULL to select all sets.

sorted

return outcome variables sorted by outcome name?

Value

a vector of simframe variables (with names the same as the vector value)


kcha193/simarioV2 documentation built on April 8, 2024, 4:51 p.m.