knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE,
  out.width = "70%",
  fig.align = "center",
  fig.width = 6,
  fig.asp = .618
  )
options(digits = 3)
pander::panderOptions("round", 3)

youngtool

Lifecycle: experimental Build Status Codecov test coverage

This package has many functions when writing academic works.

Installation

# install.packages("devtools")
devtools::install_github("ygeunkim/youngtool")

Monte Carlo Simulation

In simulation study, we can assume population. In other words, we can generate many training data to fit each model.

knitr::include_graphics("epex.png")


ygeunkim/youngtool documentation built on Dec. 14, 2019, 7:42 p.m.