Learn R Programming

EcoMetrics (version 0.1.1)

normality_assumption: Checking normality of residuals

Description

Checking normality of residuals

Usage

normality_assumption(model)

Value

The p-value of the test statistic.

Arguments

model

A lm model object

Author

Mutua Kilai

Examples

Run this code
model <- lm(pi ~ hs + ps, data = eduperform)
normality_assumption(model)

Run the code above in your browser using DataLab