proportion {LMMstar} | R Documentation |
Proportion of Significant Findings
Description
Evaluate the proportion of test above the statistical significance level
Usage
proportion(object, n.sample, trace, ...)
Arguments
object |
|
n.sample |
[numeric,>=0] number of bootstrap sample used to assess the uncertainty. If 0, then only the point estimate is computed. |
trace |
[logical] shoudl the execution of the boostrap be trace. |
... |
additional arguments passed to |
Value
a data.frame with the estimated proportion (estimate column), standard error and confidence interval (when boostrap is used).
[Package LMMstar version 1.1.0 Index]