getConditions: Extract the conditions of an object

View source: R/classes.R

getConditionsR Documentation

Extract the conditions of an object

Description

Extract the conditions of an object

Usage

getConditions(x, ...)

## S3 method for class 'list'
getConditions(x, ...)

## S3 method for class 'fn'
getConditions(x, ...)

## S3 method for class 'tbl_df'
getConditions(x, hypothesis = 1, ...)

Arguments

x

object from which the conditions should be extracted

...

additional arguments (not used right now)

hypothesis

The hypothesis in the dMod.frame

Value

The conditions in a format that depends on the class of x.


dkaschek/dMod documentation built on June 12, 2025, 2:50 a.m.