Learn R Programming

BetterReg Readme

Chris Aberson March 29, 2022

BetterReg

This package provides tools for statistics that are not provided in base R packages for linear regression and logistic regression. Functions provide squared semi-partial correlations, tolerance, Mahalanobis Distances, Likelihood Ratio Chi-square, and Pseudo R-square.

Prerequisites

I built this under R 4.1.1

Authors

License

This project is licensed under GNU General Public License version 3.

Copy Link

Version

Install

install.packages('BetterReg')

Monthly Downloads

196

Version

0.2.0

License

GNU General Public License version 3

Maintainer

Chris Aberson

Last Published

March 30th, 2022

Functions in BetterReg (0.2.0)

tolerance

Compute tolerance for Multiple Regression
parts

Compute squared semi partial correlations for Multiple Regression
depbcomp

Power for Comparing Dependent Coefficients in Multiple Regression with Two or Three Predictors Requires correlations between all variables as sample size. Means, sds, and alpha are option. Also computes Power(All)
Mahal

Compute Mahalanobis Distance for Multiple Regression
LRchi

Compute Likelihood Ratio Chi-square for Binomial Logistic Regression with up to 10 predictors
testreg

testreg
R2change

R-square change for Hierarchical Multiple Regression
indbcomp

Comparing Independent Coefficients in Multiple Regression
pseudo

Pseudo R-square Values for Binomial Logistic Regression
testlog

testlog