badCDF: Make a straight-line faux CDF.

Description Usage Arguments Value Examples

View source: R/CDFtestingSuite.R

Description

Creates a placeholder CDF (a uniform straight line) for demonatration.

Usage

1
badCDF(range, gran, ...)

Arguments

range

A vector length 2 containing user-specified min and max to truncate the universe to

gran

The smallest unit of measurement in the data (one [year] for a list of ages)

...

Optionally add additional parameters. This is primarily used to allow automated execution of varied diagnostic functions.

Value

A fake CDF for demonstration only.

Examples

1
badCDF(c(1,50), 1)

CDF.PSIdekick documentation built on May 30, 2017, 5:09 a.m.