inst/doc/GuessCompx.R

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

## ------------------------------------------------------------------------
library(GuessCompx)
#?CompEst


## ----fig.width=7---------------------------------------------------------
CompEst(d = ggplot2::diamonds[, 5:10], f = dist, replicates = 10, max.time = 10)


## ----echo=FALSE----------------------------------------------------------
knitr::include_graphics("dist_function_output2.png")

Try the GuessCompx package in your browser

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

GuessCompx documentation built on June 3, 2019, 5:04 p.m.