Rdocumentation
powered by
Learn R Programming
CDF.PSIdekick (version 1.2)
nodes: Node parser.
Description
Runs through tree nodes (assists MSE analytic)
Usage
nodes(height, k, l)
Arguments
height
The height of the tree
k
The tree degree
l
The leaf length
Value
A nodesum containing information for MSEanalytic
Examples
Run this code
nodes(
10
,
4
,
2
)
Run the code above in your browser using
DataLab