README.md

project3package

R-CMD-check

codecov

The goal of project3package is to compute four different functions that calculate the t-test hypothesis testing of a data, the linear regression models, and two methods of cross validation (the k-nearest neighbors and random forest cross validation). The package will highlight distinct keywords between functions; whether they are inference, prediction, or a merge of both approaches in statistical analysis.

Installation

You can install the released version of project3package in RStudio from the codes below:

``` {r, eval = FALSE} install.packages("project3package") library(project3package)


As an alternative to opt for, you can directly install the package from Github
with the following codes:
``` {r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("hadiyusri/project3package", build_vignette = TRUE, build_opts = c())
library(project3package)

Viewing the vignette

We have prepared codes below to view vignetter in the HTML format. Just copy the codes and run them at the console:

``` {r, eval = FALSE} library(project3package)

Use this to view the vignette in the project3package HTML help

help(package = "project3package", help_type = "html")

Use this to view the vignette as an isolated HTML file

utils::browseVignettes(package = "project3package") ```



hadiyusri/project3package documentation built on Dec. 20, 2021, 2:40 p.m.