View source: R/as.data.frame.R
mat_quant_to_df | R Documentation |
Convert quantile() output to df
mat_quant_to_df(x, long = FALSE)
quant_to_df(x)
x |
output from quantile |
long |
Use long format? |
X <- runif(100)
q <- quantile(X, probs= c(0.001, 0.975))
mat_quant_to_df(q)
mat_quant_to_df(q, long=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.