4/15/2022

Slideshow link

Section 1

Basic slide with text and lists

Hello world!

  • List item 1
  • List item 2
    • List item 2.1

Equations

This summation expression \(\sum_{i=1}^n X_i\) appears inline.

Binomial distribution function is given as follows:

\[f(y|N,p) = {{N}\choose{y}} \cdot p^y \cdot (1-p)^{N-y}\]

Tables

mod <- lm(dist~speed, data=cars)
pander::pander(mod, type = 'html', title = 'Table with pander')
Fitting linear model: dist ~ speed
  Estimate Std. Error t value Pr(>|t|)
(Intercept) -17.58 6.758 -2.601 0.01232
speed 3.932 0.4155 9.464 1.49e-12

Section 2

Interactive plot 1

Interactive plot 2

## Registered S3 method overwritten by 'quantmod':
##   method            from
##   as.zoo.data.frame zoo

A background page