powered by
Displays a list of descriptive statistics produced by describe.
# S3 method for desc print(x,ndec=2,...)
a list of descriptive statistics produced by describe
The number of decimal places to display.
additional arguments passed to print
nil
print.desc displays the list of descriptive statistics produced by the describe function.
describe
# NOT RUN { 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) # }
Run the code above in your browser using DataLab