summarize_SS | R Documentation |
silver-standard data summary
summarize_SS(SS_dat, Y)
SS_dat |
a data frame of silver-standard data. It can usually
be obtained by |
Y |
a vector of case control status: 1 for case; 0 for control. |
a vector of number of positives
Other exploratory data analysis functions:
get_top_pattern()
,
plot_logORmat()
,
show_individual()
,
summarize_BrS()
,
visualize_season()
data(data_nplcm_noreg)
summarize_BrS(data_nplcm_noreg$Mobs$MBS[[1]], data_nplcm_noreg$Y)
summarize_SS(data_nplcm_noreg$Mobs$MSS[[1]], data_nplcm_noreg$Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.