
Last chance! 50% off unlimited learning
Sale ends in
# S3 method for rv
summary(object, …)
# S3 method for rvfactor
summary(object, all.levels=TRUE, …)
# S3 method for rvsummary
summary(object, …)
# S3 method for rvsummary_numeric
summary(object, …)
# S3 method for rvsummary_integer
summary(object, …)
# S3 method for rvsummary_logical
summary(object, …)
# S3 method for rvsummary_rvfactor
summary(object, all.levels=TRUE, …)
rvsummary
objects,
then passed on to the summary.rvsummary
method,
which creates a nicely formatted data frame of the object.vignette("rv")
. x <- rvarray(rvnorm(6), c(2,3))
summary(x)
summary(as.rvsummary(x))
summary(rvfactor(trunc(x)))
Run the code above in your browser using DataLab