Skip to content
Back to formatted view

Raw Message

Message-ID: <438FB4CC.6070906@ozemail.com.au>
Date: 2005-12-02T02:43:24Z
From: Jim Lemon
Subject: What are the possible  Probabilstic models in R
In-Reply-To: <20051201061724.13972.qmail@webmail35.rediffmail.com>

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