Skip to content

The package provides a function for performing All-vs-All Ordinary Least Squares (AVAOLS) Regression using QR decomposition for efficient model fitting.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

bhvieira/avaols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avaols

Codecov test coverage Lifecycle: experimental check-standard test-coverage

avaols provides a simple interface to efficiently estimate ordinary least squares models relating each column of a data frame to all the others. This situation corresponds to a (weighted) complete digraph Gaussian linear model with k nodes.

Installation

You can install the development version of avaols from GitHub with:

# install.packages("devtools")
devtools::install_github("bhvieira/avaols")

Example

This is a basic example which shows you how to estimate a linear model relating each column of a data frame to the others:

library(avaols)

X <- data.frame(matrix(rnorm(100), ncol = 5))
avaols(X)

About

The package provides a function for performing All-vs-All Ordinary Least Squares (AVAOLS) Regression using QR decomposition for efficient model fitting.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages