proportion {LMMstar} | R Documentation |
Evaluate the proportion of test above the statistical significance level
proportion(object, n.sample, trace, ...)
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 |
a data.frame with the estimated proportion (estimate column), standard error and confidence interval (when boostrap is used).