Learn R Programming

probhat (version 0.4.1)

41_print_methods: Print Methods

Description

Print methods for objects in this package.

Note that this function is likely to change in the next update.

Usage

# S3 method for Kernel
ph.printf(k, …)
# S3 method for phmodel
ph.printf(sf, …)
# S3 method for dset
ph.printf(vf, …)

Arguments

k

A kernel object.

sf

An object extending phmodel, which is most of the objects in this package.

vf

A list of probability distributions.

Ignored.

References

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

See Also

Succinct Constructors Discrete Kernel Smoothing, Continuous Kernel Smoothing Categorical Distributions, Empirical-Like Distributions

Examples

Run this code
# NOT RUN {
prep.ph.data ()

dfh <- pmfuv.dks (traffic.bins, traffic.freq)

#autoprinting
dfh
# }

Run the code above in your browser using DataLab