proc_tab: A function to provide descriptive statistics.

Description Usage Arguments See Also Examples

View source: R/proc_tab.R

Description

Provides descriptive statistics as SPSS format.

Usage

1

Arguments

x

column in a dataframe

See Also

CrossTable

Examples

1
2
3
4
5
6
## Not run: 
# do not run this
x = c(1,2,3,4,5,6,7,8,9,10)
proc_tab(x)

## End(Not run)

svd09/Smisc documentation built on March 21, 2021, 11:11 p.m.