Skip to content

Ranul-Liu/STAT302package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STAT302package

R-CMD-check codecov

The goal of STAT302package package is for Stat302. It includes my_t.test, my_lm, my_knn_cv and my_rf_cv

Installation

You can install the released version of STAT302package from Github using:

devtools::install_github("Ranul-Liu/STAT302package")
library(STAT302package)

Use

To view the vignette:

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

About

This package is for stat302 project2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages