View source: R/helper_output_dataframe.R
output_df | R Documentation |
Output data frame based on model estimates and thresholds
output_df(
est_eff,
beta_threshhold,
unstd_beta,
bias = NULL,
sustain = NULL,
recase,
obs_r,
critical_r,
r_con,
itcv,
non_linear
)
est_eff |
estimated effect |
beta_threshhold |
threshold for beta |
unstd_beta |
unstandardized beta value |
bias |
bias to change inference |
sustain |
sustain to change inference |
recase |
number of cases to replace null |
obs_r |
observed correlation |
critical_r |
critical correlation |
r_con |
correlation for omitted variable |
itcv |
inferential threshold for confounding variable |
non_linear |
flag for non-linear models |
data frame with model information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.