ols_model_sig {EcoMetrics} | R Documentation |
F-statistic attributes
Description
F-statistic attributes
Usage
ols_model_sig(data, y, x)
Arguments
data |
A data frame containing the variables to use |
y |
The dependent variable |
x |
Set of independent variables |
Value
A tibble containing the number of observations, F-Statistic, degrees of freedom and p-value
Author(s)
Mutua Kilai
Examples
ols_model_sig(data = eduperform, "pi", c("hs", "ps"))
[Package EcoMetrics version 0.1.1 Index]