pengls
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see pengls.
Fit Penalised Generalised Least Squares models
Bioconductor version: 3.14
Combine generalised least squares methodology from the nlme package for dealing with autocorrelation with penalised least squares methods from the glmnet package to deal with high dimensionality. This pengls packages glues them together through an iterative loop. The resulting method is applicable to high dimensional datasets that exhibit autocorrelation, such as spatial or temporal data.
Author: Stijn Hawinkel [cre, aut]
Maintainer: Stijn Hawinkel <stijn.hawinkel at psb.ugent.be>
citation("pengls")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("pengls")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("pengls")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.