I have a simple doubt:
I have a function, say:
 
test <- function (theta) {
return (theta^2) }
 
I can use:
integrate (test,0,1)
to obtain the area under de function.
Can I do the opposite? I`d like to give the lower limit and the area I need as 
arguments, in order to get the upper limit. In other words, I`d like to obtain the 
quantile of the function (the lower limit could be 0, for example).
Thank you in advance.
 



---------------------------------
Yahoo! Messenger - Fale com seus amigos online. Instale agora!
        [[alternative HTML version deleted]]

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

Reply via email to