README.md

Project3

R-CMD-check codecov

The goal of Project3 is to allow the user to use four functions for inferences and predictions.

Installation

You can install the released version of Project3 from GitHub using:

devtools::install_github("qiguangyan/Project3")

To view vignettes, run the following code:

devtools::install_github("qiguangyan/Project3", build_vignette = TRUE, build_opts = c())
library(Project3)
# Use this to view the vignette in the Demo HTML help
help(package = "Project3", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "Project3")


qiguangyan/Project3 documentation built on Dec. 22, 2021, 10:55 a.m.