sampleFrac: Compute Sample Fractions

Description Usage Arguments

View source: R/Misc.r

Description

Uses denominators stored with sethreportOption along with counts specified to SampleFrac to compute fractions of subjects in current analysis

Usage

1
sampleFrac(n, nobsY = NULL, table = TRUE, study = " ")

Arguments

n

integer vector, named with "enrolled","randomized" and optionally also including treatment levels.

nobsY

a result of the the nobsY Hmisc function

table

set to TRUE to return as an attribute "table" a character string containing an HTML table showing the pertinent frequencies created from n and the denom option, and if nobsY is present, adding another table with response variable-specific counts.

study

character string with study ID


harrelfe/hreport documentation built on July 26, 2021, 9:09 a.m.