powered by
Print variable names, taken from the input data.
# S3 method for phmodel ph.namesf(sf, …, all=FALSE) # S3 method for ph4.gset ph.namesf(sf, …)
An object extending phmodel (or a gset object, for the gset method), which is most of the objects in this package.
Logical, if false (the default), only include conditional/random variables.
Ignored.
A character vector of variable names.
Refer to the vignette for an overview, references and better examples.
Succinct Constructors Discrete Kernel Smoothing, Continuous Kernel Smoothing Categorical Distributions, Empirical-Like Distributions
# NOT RUN { prep.ph.data () cfh <- pdfmv.cks (trees2) names (cfh) # }
Run the code above in your browser using DataLab