Hi there,
I haven't been able to locate a way to get at this information in the manual
or tutorial. Does anybody know how to retrieve it? Or amount of variance
explained?
Thanks,
Annie
--
View this message in context:
http://www.nabble.com/cforest-regressions---mean-of-squared-residuals-tp25
Hi there,
Question 1:
Anybody out there know if there is a way to retrieve a list/table of ctree
terminal node stats? If I could get a list containing each terminal node,
and distributional stats for the training observations allocated to it
(e.g., mean, standard deviation, range), I would be a
"Quote from Petr PIKAL"
> No, no. Here you need to do your plotting routine.
> Something like
> plot(1:10, rnorm(10))
> Now you can open it by e.g. Acrobat Reader or any suitable programme. Do
> not forget to quit from Acrobat when trying to use the file again, if it
> is opened it ca
Nordlund, Dan (DSHS/RDA) wrote:
>
>
> You need to put the filename in quotes
>
> file = "C:/Documents and Settings/aelmore/Desktop/foo.pdf"
>
> Hope this is helpful,
>
> Dan
Oh yes, this was very helpful (and don't I feel just too silly...). I am,
however, still stuck. This is like pullin
Achim Zeileis wrote:
>
>
>>>You can easily plot into a large PDF, e.g., something like this
>
>>> pdf(file = "foo.pdf", height = 15, width = 20)
>>> plot(foo)
>>> dev.off()
>
>>>and then view the PDF in an external viewer, zooming into parts of a tree
>>>etc. Depending on the size of
I'm pretty new to R, and not much of a progammer (yet). I'm having trouble
navigating the graphical output for the party algorithm. Essentially, my
tree is too large for the default page size so the nodes overlap and obscure
one another. Anybody know how to change the plot parameters to either:
6 matches
Mail list logo