Displaying 3 results from an estimated 3 matches for "kozomara".
2003 May 17
2
Regression tree
Hi everybody.
I'm a new R user and i've been searching a tool for construction of
regression tree...
I found function "tree()" written by a certain Mr. Ripley, and seems to be
just
what i'm looking for, but when i try to use it in R replies me:"Object not
found".
So I was wandering if I should include one special library or something
like that?
Thanks a lot,
ana
2003 May 17
5
how to construct tree under R
Hello.
I have a hudge problem, don't know how to deal with it...
I'm supposed to implement a tree structure in R, without using
rpart library...
I don't have any clue about appropriate approach...
Anyway, I can't use pointers under R...so how to to it?
lists, vectors...
Anyway, does anybody knows how the regression tree in rpart was
implemented...
Someone please help!
Thanks,
ana
2003 Apr 20
3
how to use apply with a function created by ourselfs...?
Hi.
I'm a real newbie in R, so
I don't know how to apply, a function created by myself...
prediction<-function(a,b)
{
..
}
to a vector...
It doesn't seem to understand
lapply(vector, prediction())...
Anyone can help me?
Thanks in advance,
ana