# NOT RUN {
# with data frame as input
nums(iris)
# with vector as input
vec <- as.vector(iris$Sepal.Width)
nums(vec)
# with matrix as input
Matrix <- cbind(Uni05 = (1:200)/21, Norm = rnorm(200),
`5T` = rt(200, df = 5), Gam2 = rgamma(200, shape = 2))
nums(Matrix)
# OpenBudgets.eu Dataset Example:
head(nums(Wuppertal_df))
# }
Run the code above in your browser using DataLab