Learn R Programming

EcoMetrics (version 0.1.1)

get_coefficients_variance: Get variance of the model coefficients

Description

Get variance of the model coefficients

Usage

get_coefficients_variance(data, y, x)

Value

Tibble containing the variances

Arguments

data

A data frame containing the variables to use

y

The dependent variable

x

A set of independent variables

Author

Mutua Kilai

Examples

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


Run the code above in your browser using DataLab