Other packages > Find by keyword >

regclass  

Tools for an Introductory Class in Regression and Modeling
View on CRAN: Click here


Download and install regclass package within the R console
Install from CRAN:
install.packages("regclass")

Install from Github:
library("remotes")
install_github("cran/regclass")

Install by package version:
library("remotes")
install_version("regclass", "1.6")



Attach the package and use:
library("regclass")
Maintained by
Adam Petrie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-08-06
Latest Update: 2020-02-21
Description:
Contains basic tools for visualizing, interpreting, and building regression models. It has been designed for use with the book Introduction to Regression and Modeling with R by Adam Petrie, Cognella Publishers, ISBN: 978-1-63189-250-9 .
How to cite:
Adam Petrie (2016). regclass: Tools for an Introductory Class in Regression and Modeling. R package version 1.6, https://cran.r-project.org/web/packages/regclass. Accessed 06 Nov. 2024.
Previous versions and publish date:
1.4 (2016-08-06 23:16), 1.5 (2017-01-10 19:55)
Other packages that cited regclass R package
View regclass citation profile
Other R packages that regclass depends, imports, suggests or enhances
Complete documentation for regclass
Functions, R codes and Examples using the regclass R package
Some associated functions: ACCOUNT . APPLIANCE . ATTRACTF . ATTRACTM . AUTO . BODYFAT . BODYFAT2 . BULLDOZER . BULLDOZER2 . CALLS . CENSUS . CENSUSMLR . CHARITY . CHURN . CUSTCHURN . CUSTLOYALTY . CUSTREACQUIRE . CUSTVALUE . DIET . DONOR . EDUCATION . EX2.CENSUS . EX2.TIPS . EX3.ABALONE . EX3.BODYFAT . EX3.HOUSING . EX3.NFL . EX4.BIKE . EX4.STOCKPREDICT . EX4.STOCKS . EX5.BIKE . EX5.DONOR . EX6.CLICK . EX6.DONOR . EX6.WINE . EX7.BIKE . EX7.CATALOG . EX9.BIRTHWEIGHT . EX9.NFL . EX9.STORE . FRIEND . FUMBLES . JUNK . LARGEFLYER . LAUNCH . MOVIE . NFL . OFFENSE . PIMA . POISON . PRODUCT . PURCHASE . SALARY . SMALLFLYER . SOLD26 . SPEED . STUDENT . SURVEY09 . SURVEY10 . SURVEY11 . TIPS . VIF . WINE . all_correlations . associate . build_model . build_tree . check_regression . choose_order . combine_rare_levels . confusion_matrix . cor_demo . cor_matrix . extrapolation_check . find_transformations . generalization_error . getcp . influence_plot . mode_factor . mosaic . outlier_demo . overfit_demo . possible_regressions . qq . see_interactions . see_models . segmented_barchart . suggest_levels . summarize_tree . visualize_model . visualize_relationship . 
Some associated R codes: VIF.R . all_correlations.R . associate.R . build_model.R . build_tree.R . check_regression.R . choose_order.R . combine_rare_levels.R . confusion_matrix.R . cor_demo.R . cor_matrix.R . extrapolation_check.R . find_transformations.R . generalization_error.R . getcp.R . influence_plot.R . mode_factor.R . mosaic.R . outlier_demo.R . overfit_demo.R . possible_regressions.R . qq.R . see_interactions.R . see_models.R . segmented_barchart.R . suggest_levels.R . summarize_tree.R . visualize_model.R . visualize_relationship.R . zzz.R .  Full regclass package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA