Hello world!
This summation expression \(\sum_{i=1}^n X_i\) appears inline.
\[f(y|N,p) = {{N}\choose{y}} \cdot p^y \cdot (1-p)^{N-y}\]
mod <- lm(dist~speed, data=cars)
pander::pander(mod, type = 'html', title = 'Table with pander')
 | 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 |