knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

jpaper

医学统计

Installation

You can install the released version of jpaper from CRAN with:

devtools::install_git("https://gitee.com/adv-r/jpaper")

Example

library(jpaper)

set.seed(1)
x <- rnorm(100)
y <- rnorm(100)
t_test(x, y)


cuijj6/jpaper documentation built on Dec. 16, 2020, 4:24 a.m.