Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

trialr (version 0.1.6)

efftox_analysis_to_df: EffTox analysis to data.frame

Description

Convenient function to turn an efftox_fit into a data.frame.

Usage

efftox_analysis_to_df(x)

Value

a data.frame

Arguments

x

An instance of efftox_fit

See Also

stan_efftox

Examples

Run this code
fit <- stan_efftox_demo(outcome_str = '1N 2E 3B')
df <- efftox_analysis_to_df(fit)
df

Run the code above in your browser using DataLab