plotpdf: Plot PDF

Description Usage Arguments Value Examples

Description

Plots the Probability Density Function

Usage

1
plotpdf(dof, order = 5, dist = rnorm, fitmetric = R2, ...)

Arguments

dof

an integer

order

a real number

dist

a random number distribution function

fitmetric

a character string naming a standard fit metric (R2, rmse, or user)

...

any argument that functions within this routine might use

Value

ggplot object

Examples

1
plotpdf(5, dist=runif, fitmetric=rmse)

gofMC documentation built on May 2, 2019, 5:55 a.m.