Quantcast

analysis of binomial data with rpart/tree

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

analysis of binomial data with rpart/tree

Mazerolle, Dan
Hi all,

I am using the rpart library to construct wildlife distribution models.
As many of the sites that we have sampled have been sampled over many
years, we would like to evaluate binomial responses (number of years
that the species was present vs. number of years it was absent at a
particular site). Does anybody know if the rpart function can evaluate
binomial responses? If not, are there other R of S-plus functions that
would be able to handle binomial responses.

Thanks for your time.

Dan Mazerolle

        [[alternative HTML version deleted]]

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: analysis of binomial data with rpart/tree

Prof Brian Ripley
rpart allows user-specified splits, so yes, it can.

On Mon, 15 May 2006, Mazerolle, Dan wrote:

> Hi all,
>
> I am using the rpart library to construct wildlife distribution models.
> As many of the sites that we have sampled have been sampled over many
> years, we would like to evaluate binomial responses (number of years
> that the species was present vs. number of years it was absent at a
> particular site). Does anybody know if the rpart function can evaluate
> binomial responses? If not, are there other R of S-plus functions that
> would be able to handle binomial responses.
>
> Thanks for your time.
>
> Dan Mazerolle

--
Brian D. Ripley,                  [hidden email]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Loading...