Displaying 2 results from an estimated 2 matches for "outputtree".
Did you mean:
outputted
2000 Jun 08
1
creating models from "Objects" in R's environment
...adable
package called "tree".
It is mentioned in the R documentation that Objects are created and
stored in the R environment by name.
So I have saved all the objects formed during the creation of a tree model
using the R command:
dump(objects(),"Z:\\Project\\Exammples\\Output\\outputTree.txt");
Here's a snapshot of the output file outputTree.txt:
"hc" <-
structure(list(merge = structure(c(-1, -10, -12, -14, -18, -20,
-22, -24, -26, -28, -30, -33, -36, -38, -40, -42, -44, -49, -52,
-54, -56, -58, -60, -62, -64, -66, -68, -72, -74, -77, -80, -84,
-88, -90,...
2000 Jun 08
1
creating models from "Objects" in R's environment
...adable
package called "tree".
It is mentioned in the R documentation that Objects are created and
stored in the R environment by name.
So I have saved all the objects formed during the creation of a tree model
using the R command:
dump(objects(),"Z:\\Project\\Exammples\\Output\\outputTree.txt");
Here's a snapshot of the output file outputTree.txt:
"hc" <-
structure(list(merge = structure(c(-1, -10, -12, -14, -18, -20,
-22, -24, -26, -28, -30, -33, -36, -38, -40, -42, -44, -49, -52,
-54, -56, -58, -60, -62, -64, -66, -68, -72, -74, -77, -80, -84,
-88, -90,...