Description Usage Arguments Value Author(s) Examples
This function examines variables in a data frame by printing either a table or the results of a call to the describe function in the Hmisc package.
1 |
dframe |
Data frame. |
subpop |
Character string identifying a variable in dframe that is used to group output. A separate table or call to the describe function is printed for each unique value in the variable. The default value is NULL. |
ord |
Logical value that controls the order in which the variables in dframe are processed. TRUE mean that variables are processed in sorted order. FALSE means that variables are processed in the order in which they occur in dframe. The default value is TRUE. |
cmax |
Numeric value that controls whether a call to table or a call to describe is used to process variables in dframe. If the number of unique values in a variable is less than or equal to cmax, then table is called. If the number of unique values in a variable is greater than cmax, then describe is called. The default value is 50. |
Tables and/or the output from calls to describe are printed. The function returns NULL invisibly.
Tom Kincaid Kincaid.Tom@epa.gov
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.