Learn R Programming

pAnalysis (version 2.0)

plotcdf: Plot several Cumulative Density Functions

Description

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

Usage

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

Examples

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

Run the code above in your browser using DataLab