check_model_sig {EcoMetrics}R Documentation

Checking Overall Model Significance

Description

Checking Overall Model Significance

Usage

check_model_sig(data, y, x)

Arguments

data

A data frame containing the variables to use

y

The dependent variable

x

A set of independent variables

Value

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

Author(s)

Mutua Kilai

Examples

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



[Package EcoMetrics version 0.1.1 Index]