linea: Linear Regression Interface

An interface to accelerate linear regression (Ordinary least squares) modelling, which allows users to build models quickly, while automatically generating interactive visualizations of the results. Non-linear models specification (e.g. y = b1*x1 + b2*log(x2)) can be easily constructed using user-defined transformations. Functions for testing wide ranges of model specifications (e.g. y = b*log(x,10) , y = b*log(x,20) , ...), all at once, are also available. Finally, models can be imported and exported as Excel files where all the information necessary for re-running the models is stored in separate sheets.

Version: 0.0.3
Imports: anytime, dplyr , ggplot2, gtrendsR, lubridate , magrittr , methods , openxlsx , plotly , purrr , RColorBrewer , readr , readxl , reshape2 , sjmisc , stringr , tibble , tidyr , tidyverse , tis , zoo
Suggests: testthat (≥ 3.0.0)
Published: 2022-08-19
Author: Claudio Paladini ORCID iD [aut, cre]
Maintainer: Claudio Paladini <claudio.paladini at bath.edu>
License: GPL-3
NeedsCompilation: no
Materials: README NEWS
CRAN checks: linea results

Documentation:

Reference manual: linea.pdf

Downloads:

Package source: linea_0.0.3.tar.gz
Windows binaries: r-devel: linea_0.0.3.zip, r-release: linea_0.0.3.zip, r-oldrel: linea_0.0.3.zip
macOS binaries: r-release (arm64): linea_0.0.3.tgz, r-oldrel (arm64): linea_0.0.3.tgz, r-release (x86_64): linea_0.0.3.tgz, r-oldrel (x86_64): linea_0.0.3.tgz
Old sources: linea archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=linea to link to this page.