Learn R Programming

probhat (version 0.3.1)

33_print_methods: Print Methods

Description

Print methods for objects in this package.

Usage

# S3 method for phmodel
print(x, …)

Arguments

x

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

Other arguments for the object.summary function.

Details

The print method calls intoo::object.summary.

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 {
ph.data.prep ()

dfh <- pmfuv.dks (traffic.bins, traffic.freq, lower=0)
dfh
# }

Run the code above in your browser using DataLab