check_model_sig: Checking Overall Model Significance

View source: R/ecometrics.R

check_model_sigR 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"))



EcoMetrics documentation built on April 3, 2025, 10:06 p.m.