condeptree: This is the function that computes the skeletion tree from...

View source: R/condeptree.R

condeptreeR Documentation

This is the function that computes the skeletion tree from data. The input is a matrix x whose rows are the data vectors. The sample size n is the number of rows. The number of variables p is the number of columns The function outputs the skeleton tree g.

Description

This is the function that computes the skeletion tree from data. The input is a matrix x whose rows are the data vectors. The sample size n is the number of rows. The number of variables p is the number of columns The function outputs the skeleton tree g.

Usage

condeptree(x)

Arguments

x

The input data matrix.


PolyTree documentation built on May 29, 2024, 4:44 a.m.