make_qqplot: make_qqplot

Description Arguments Value Examples

Description

Create QQ-plot for each continuous variable in the data

Arguments

data,

VECTOR, LIST, DATAFRAME, MATRIX, or ARRAY where data for each continous variable is in its respective column

Value

List of plots where the list names are the column names (or index)

Examples

1
2
iris_data <- data.frame("length" = c(1,2,3,4), "width" = c(5,6,7,8))
make_qqplot(iris_data)

UBC-MDS/noRmtest documentation built on May 7, 2019, 7:14 p.m.