is_prop_scr {beastt} | R Documentation |
Test If Propensity Score Object
Description
Test If Propensity Score Object
Usage
is_prop_scr(x)
Arguments
x |
Object to test |
Value
Boolean
Examples
library(dplyr)
x <- calc_prop_scr(internal_df = filter(int_norm_df, trt == 0),
external_df = ex_norm_df,
id_col = subjid,
model = ~ cov1 + cov2 + cov3 + cov4)
is_prop_scr(x)
[Package beastt version 0.0.1 Index]