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.
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)
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)
help(package = "project3package", help_type = "html")
utils::browseVignettes(package = "project3package") ```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.