treepcor-class | R Documentation |
Set a tree whose nodes represent the two kind of variables: children and parent.
## S3 method for class 'treepcor'
print(x, ...)
## S3 method for class 'treepcor'
summary(object, ...)
## S3 method for class 'treepcor'
dim(x, ...)
## S4 method for signature 'treepcor'
drop1(object)
## S4 method for signature 'treepcor'
edges(object, which, ...)
## S4 method for signature 'treepcor,ANY'
plot(x, y, ...)
## S3 method for class 'treepcor'
prec(model, ...)
etreepcor2precision(d.el)
## S4 method for signature 'treepcor'
vcov(object, ...)
etreepcor2variance(d.el)
x |
treepcor object |
... |
usde to pass |
object |
treepcor |
which |
not used (TO DO: ) |
y |
not used |
model |
treepcor |
d.el |
list of the first n edges of a |
drop1(treepcor)
: The drop1
method for a treepcor
edges(treepcor)
: Extract the edges of a treepcor
to be used for plot
plot(x = treepcor, y = ANY)
: The plot
method for a treepcor
vcov(treepcor)
: The vcov
method for a treepcor
print(treepcor)
: The print
method for a treepcor
summary(treepcor)
: The summary
method for a treepcor
dim(treepcor)
: The dim
for a treepcor
prec(treepcor)
: The prec
for a treepcor
etreepcor2precision()
: Internal function to extract elements to
build the precision from the treepcor
edges.
etreepcor2variance()
: Internal function to extract elements to
build the covariance matrix from a treepcor
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.