Skip to contents

Given a dataframe and a set of numerical variables of that dataframe, it creates a Q-Q plot for each desired variable.

Usage

test_normality_q_q_plot(df, v)

Arguments

df

a dataframe.

v

a character vector. Each element must correspond to a column name of the df, each of which must contain numeric values.

Value

a list containing a number of element equal to the length of v. Each element is a Q-Q plot.