inst/doc/conleyreg_introduction.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ---- out.width = "98%", fig.align = "center", fig.cap = "Dense and Sparse Matrix Sizes", echo = FALSE----
knitr::include_graphics("matrix_sizes.png")


## ---- out.width = "98%", fig.align = "center", fig.cap = "Speed of Element-Wise and Batch Insertion", echo = FALSE----
knitr::include_graphics("matrix_bctimes.png")


## ---- out.width = "46%", fig.show = "hold", fig.align = "center", fig.cap = "Weights According to Different Kernels", echo = FALSE----
knitr::include_graphics("matrix_bartlett.png")
knitr::include_graphics("matrix_uniform.png")

Try the conleyreg package in your browser

Any scripts or data that you put into this service are public.

conleyreg documentation built on March 18, 2022, 6:14 p.m.