Learn R Programming

EcoMetrics (version 0.1.1)

ols_model_stats: Model Summary Statistics

Description

Model Summary Statistics

Usage

ols_model_stats(data, y, x)

Value

A tibble containing model summary stats: R-Squared, Adjusted R-Squared, AIC and BIC

Arguments

data

A data frame containing the variables to use

y

The dependent variable

x

The independent variables

Author

Mutua Kilai

Examples

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



Run the code above in your browser using DataLab