Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.desc

Display descriptive stats output


Description

Displays a list of descriptive statistics produced by describe.

Usage

## S3 method for class 'desc'
print(x,ndec=2,...)

Arguments

x

a list of descriptive statistics produced by describe

ndec

The number of decimal places to display.

...

additional arguments passed to print

Details

print.desc displays the list of descriptive statistics produced by the describe function.

Value

nil

Author(s)

Jim Lemon

See Also

Examples

test.df<-data.frame(A=c(sample(1:10,99,TRUE),NA),C=sample(LETTERS,100,TRUE))
 test.desc<-describe(test.df)
 print(test.desc)

prettyR

Pretty Descriptive Stats

v2.2-3
GPL (>= 2)
Authors
Jim Lemon <drjimlemon@gmail.com>, Philippe Grosjean <phgrosjean@sciviews.org>
Initial release
2019-04-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.