02-install_dependency.md

Required R Packages

R-Func:km

1. Install survival Pkg

install.packages("survival")

2. Install nltm Pkg

Version: 1.4.1

Download the package from the link: http://cran.r-project.org/src/contrib/Archive/nltm/

Then install it:

pkg_path = "~/nltm_1.4.1.tar"
install.packages(pkg_path, repos=NULL, type="source")


gmlang/phph documentation built on May 17, 2019, 7:24 a.m.