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 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
