h_tidy_pool {tern.rbmi} | R Documentation |
Helper function to produce data frame with results
of pool for a single visit
Description
Usage
h_tidy_pool(x)
Arguments
x |
(pool ) is a list of pooled object from rbmi analysis results. This list includes
analysis results, confidence level, hypothesis testing type.
|
Value
Data frame with results of pool for a single visit.
Examples
data("rbmi_test_data")
pool_obj <- rbmi_test_data
h_tidy_pool(pool_obj$pars[1:3])
[Package
tern.rbmi version 0.1.4
Index]