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 March 1, 2025, 9:04 p.m.