search for: sensibe

Displaying 2 results from an estimated 2 matches for "sensibe".

Did you mean: sensible
2001 Oct 26
0
cut - suggestion
I often use cut in order to produce quick tabulations of continuous data. But if you choose "sensibe cotpoints as in: > z <- rnorm(100) > table( cut( z, breaks=seq(-1,1,0.5) ), + cut( z, breaks=c(-100,0,100) ) ) (-100,0] (0,100] (-1,-0.5] 18 0 (-0.5,0] 19 0 (0,0.5] 0 17 (0.5,1] 0 19 you get labels that...
2005 Dec 01
2
What are the possible Probabilstic models in R
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