Learn R Programming

EcoMetrics (version 0.1.1)

check_model_sig: Checking Overall Model Significance

Description

Checking Overall Model Significance

Usage

check_model_sig(data, y, x)

Value

p-value with a statement on whether the model is significant or not

Arguments

data

A data frame containing the variables to use

y

The dependent variable

x

A set of independent variables

Author

Mutua Kilai

Examples

Run this code
check_model_sig(data = eduperform, "pi", c("hs", "ps"))


Run the code above in your browser using DataLab