This repository is for R package ``LinearDetect''.
To install the package from R CRAN(https://CRAN.R-project.org/package=LinearDetect):
install.packages("LinearDetect")
You could download the R package LinearDetect_0.1.5.tar.gz and locally install the package using the tar.gz File:
install.packages("LinearDetect_0.1.5.tar.gz", repos = NULL, type="source")
To install the latest version of the package from GitHub:
library(devtools)
devtools::install_github("ybai69/LinearDetect")
To cite package 'LinearDetect' in publications use:
Yue Bai and Abolfazl Safikhani (2021). LinearDetect: Change Point Detection in High-Dimensional Linear Regression Models. R package version 0.1.4. https://CRAN.R-project.org/package=LinearDetect
A BibTeX entry for LaTeX users is
@Manual{, title = {LinearDetect: Change Point Detection in High-Dimensional Linear Regression Models}, author = {Yue Bai and Abolfazl Safikhani}, year = {2021}, note = {R package version 0.1.4}, url = {https://CRAN.R-project.org/package=LinearDetect}, }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.