model_ols: Ordinary Least Squares Model

View source: R/model_ols.R

model_olsR Documentation

Ordinary Least Squares Model

Description

Estimates an Ordinary Least Squares model

Usage

model_ols(mydf = NULL, myresponse = NULL, myterms = NULL)

Arguments

mydf

input data frame

myresponse

the dependent variable

myterms

a character vector containing the names of the independent variables.

Details

The spreadsheet should have only one sheet with the following columns and one row for each variable to be simulated:


alexmitrani/humblr documentation built on April 4, 2022, 8:29 a.m.