Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 509 Bytes

Local partial likelihood (LPL)

"lpl" is a R package for multivariate covariates-biomarker interaction. Please use the following steps to install 'lpl' package:

  1. First, you need to install the 'devtools' package. You can skip this step if you have 'devto ols' installed in your R. Invoke R and then type

install.packages("devtools")

  1. Load the devtools package.

library(devtools)

  1. Install "lpl" package with R commond

install_github("statapps/lpl")

version 0.11

By Bingshu E. Chen (2021)