Learn R Programming

gofMC (version 1.1.2)

plotcdf: Plot CDF

Description

Plots the Cumulative Probability Density Function

Usage

plotcdf(dof, order = 4, 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

Run this code
plotcdf(5, dist=rnorm, fitmetric=rmse)

Run the code above in your browser using DataLab