Learn R Programming

EcoMetrics (version 0.1.1)

ols_model_sig: F-statistic attributes

Description

F-statistic attributes

Usage

ols_model_sig(data, y, x)

Value

A tibble containing the number of observations, F-Statistic, degrees of freedom and p-value

Arguments

data

A data frame containing the variables to use

y

The dependent variable

x

Set of independent variables

Author

Mutua Kilai

Examples

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



Run the code above in your browser using DataLab