Learn R Programming

do (version 1.4.0.0)

row.freq: Row Frequency

Description

Row Frequency

Usage

row.freq(x)

Arguments

x

dataframe or matrix

Value

data with frequency column

Examples

Run this code
# NOT RUN {
row.freq(x=mtcars[,8:11])
# }

Run the code above in your browser using DataLab