# Code chunk called "setup" contains default options

# Load packages
library(Rcmdr)
library(car)
library(RcmdrMisc)
library(biostat)
library(tidyverse)

# Choose options
knitr::opts_chunk$set(
    echo    = TRUE,   # (TRUE|FALSE) Show program code in the report.
    prompt  = FALSE,  # (TRUE|FALSE) Show prompt symbol before R code.
    comment = NA,     # (NA|"##") Comment symbol before results in the report.
                      #          NA - do not show.
    fig.height = 5,   # Default height of figures.
    fig.width  = 7    # Default width of figures. 
    )


GegznaV/BioStat documentation built on Aug. 14, 2020, 9:30 p.m.