[R] What are the possible Probabilstic models in R

Jim Lemon bitwrit at ozemail.com.au
Fri Dec 2 03:43:24 CET 2005


anil kumar rohilla wrote:
>    HI LIST
>       i am a new R user,    i am trying to make a model,which will give me output in probability,which will take predictors and predictand  serie as input and and give me output in terms of probability(e.g below normal,normal,above normal etc.).What is the package and what is the function for probability model.What are the possible methods for fitting such type of model,and what is the package name for such type of functions. i posted this question earliar ,but found no reply...so i am again posting the question.
> thanks in advance.

Hi Anil,

This is a guess but perhaps what you want to do is to calculate an 
empirical cumulative distribution function for a set of observations and 
then calculate the probability of further observations. If so, have a 
look at "ecdf" as it might provide the first step of such a solution.

Jim




More information about the R-help mailing list