knitr::opts_chunk$set(echo = TRUE)
devtools::source_gist("c83e078bf8c81b035e32c3fc0cf04ee8",
                      filename = 'render_toc.R')

Table of Contents

render_toc("README.rmd", toc_depth=2)

thongke.dapan

r-universe

My R package, generate latex code to add to my exam template :)

Install

Using r-universe

install.packages("thongke.dapan", repos = "https://vungocbinh2009.r-universe.dev")

Using devtools

# Install devtools
install.packages("devtools")
# Install thongke before thongke_dapan
devtools::install_github("vungocbinh2009/thongke")
# Install thongke.dapan
devtools::install_github("vungocbinh2009/thongke.dapan")
# Others package dependency: whisker, xtable

How to use

Descriptive statistics


Parameter estimation


Hypothesis testing


Correlation and simple linear regression


Other features


Note

options(OutDec=",")

License

cat(readLines('LICENSE'), sep = '\n')


vungocbinh2009/thongke.dapan documentation built on April 28, 2024, 5:34 a.m.