h_summarize {mcradds} | R Documentation |
Summarize Basic Statistics
Description
Help function summarizes the statistics as needed.
Usage
h_summarize(x, conf.level = 0.95)
Arguments
x |
( |
conf.level |
( |
Value
a verctor contains several statistics, such as n, mean, median, min, max, q25, q75, sd, se, limit of agreement of limit and confidence interval .
Examples
h_summarize(1:50)
[Package mcradds version 1.1.0 Index]