knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(bis557)
Create an R package called 'bis557'.
Check 'linear-model.R' in 'R' folder, which includes the function and documentation.
Check 'lm_patho.rda' in 'data' folder.$\$
Check 'DATASET.R' in 'data-raw' folder, which contains the code to read in raw dataset.$\$
Check 'lm_patho.R' in 'R' folder, which includes a brief documentation of the data.$\$
Check 'test-linear-model.r' in folder 'tests' -> 'testthat'.
Check 'gradient-descent.R' in 'R' folder, which includes the function and documentation.
Check 'test-gradient-descent.R' in folder 'tests' -> 'testthat'.
Check badges on Github page.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.