frequency_plot: Frequency plot for raw data

Description Usage Arguments Examples

Description

Frequency plot for raw data

Usage

1
frequency_plot(nof1, xlab = NULL, title = NULL)

Arguments

nof1

nof1 object created using nof1.data

xlab

x axis label

title

title name

Examples

1
2
3
4
Y <- laughter$Y
Treat <- laughter$Treat
nof1 <- nof1.data(Y, Treat, ncat = 11, baseline = "Usual Routine", response = "ordinal")
frequency_plot(nof1)

MikeJSeo/nof1 documentation built on May 30, 2019, 3:41 p.m.