knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
医学统计
You can install the released version of jpaper from CRAN with:
devtools::install_git("https://gitee.com/adv-r/jpaper")
library(jpaper) set.seed(1) x <- rnorm(100) y <- rnorm(100) t_test(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.