frequency_plot: Frequency plot for raw data

Description Usage Arguments Examples

View source: R/nof1gen.summary.R

Description

Frequency plot for raw data

Usage

1
frequency_plot(nof1, title = NULL, bins = 10)

Arguments

nof1

nof1 object created using nof1.data

title

The title of the figure

bins

Used for continuous data. Specifies the number of bins. The default value is 10.

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)

arisp99/nof1gen documentation built on May 19, 2019, 9:37 p.m.