plotcdf: Plot several Cumulative Density Functions

Description Usage Arguments Value Author(s) Examples

View source: R/Percentile_Analysis_Functions_v2.R

Description

Plots the cumulative probability density function for a given number of degrees of freedom (dof) and a noise distribution function

Usage

1
plotcdf(dof, order = 4, dist = "normal", ...)

Arguments

dof

the degrees of freedom of interest

order

the order of magnitude of the number of samples desired for the plot

dist

the noise distribution: 'normal', 'uniform', 'lognormal', 'poisson', 'binomial'

...

other arguments used in pcdfs().

Value

The output of plotcdf() is a ggplot object

Author(s)

Joseph G. Kreke, PhD

Examples

1
2
	plt <- plotcdf(dof=10, dist="lognormal")
	plt <- plotcdf(4,order=5,dist='binomial',par1=10,par2=0.75)

pAnalysis documentation built on May 2, 2019, 9:17 a.m.