getInfo | R Documentation |
Calculate summary statistics
getInfo(dat, alpha=0.05)
dat |
full sample dataframe |
alpha |
significance level for tau estimation |
Yanda Lang, Joseph McKean, Omer Ozturk
x1 <- rnorm(15)
x2 <- rnorm(15)
dat <- data.frame(x1,x2)
getInfo(dat,alpha=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.