11_names_methods: Names Methods

Description Usage Arguments Value References See Also Examples

Description

Print variable names, taken from the input data.

Usage

1
2
3
4
## S3 method for class 'phmodel'
ph.namesf(sf, ..., all=FALSE)
## S3 method for class 'ph4.gset'
ph.namesf(sf, ...)

Arguments

sf

An object extending phmodel (or a gset object, for the gset method), which is most of the objects in this package.

all

Logical, if false (the default), only include conditional/random variables.

...

Ignored.

Value

A character vector of variable names.

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

cfh <- pdfmv.cks (trees2)
names (cfh)

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