41_print_methods: Print Methods

Description Usage Arguments References See Also Examples

Description

Print methods for objects in this package.

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

Usage

1
2
3
4
5
6
## S3 method for class 'Kernel'
ph.printf(k, ...)
## S3 method for class 'phmodel'
ph.printf(sf, ...)
## S3 method for class '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

1
2
3
4
5
6
prep.ph.data ()

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

#autoprinting
dfh

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