91_other_functions: Other Functions

Description Usage Arguments Details References Examples

Description

Other functions.
The prep.ph.data function is mainly for examples.

Usage

1
2
prep.ph.data (..., eval=TRUE, echo=FALSE)
min1 (x)

Arguments

eval

Logical, if true, run the script.

echo

Logical, if true, echo the script.

x

An integer vector.

...

Ignored.

Details

The prep.ph.data function, which is only designed for tests and examples, runs an R script stored inside the function, itself.

The min1 function will return one, if one is the minimum x value, otherwise, it will return zero.

References

Refer to the vignette for an overview, references and better examples.

Examples

1
prep.ph.data (eval=FALSE, echo=TRUE)

probhat documentation built on May 12, 2021, 5:08 p.m.