Displaying 3 results from an estimated 3 matches for "casadoj".
Did you mean:
casado
2004 Dec 14
3
R stat functions do not work as stated on the mannual (PR#7419)
Dear R Developers:
I have been playing with R, release 2.0.1 for a week now and have detected =
that all stat functions related to distribution probabilities have the same=
problem:
1.- According to the manual the log.p parameter is always the last one.
2.- When you use the software, the last parameter seems to be lower.tail
Example:
> pt (1.1, 5)
[1] 0.8392746
> pt (1.1, 5, F)
[1]
2004 Dec 14
0
R stat functions do not work as stated on the mannual ( PR#7419)
> From: casadoj@ecc.es
>
>
> Dear R Developers:
>
> I have been playing with R, release 2.0.1 for a week now and
> have detected =
> that all stat functions related to distribution probabilities
> have the same=
> problem:
>
> 1.- According to the manual the log.p parameter...
2004 Dec 14
1
Bug on log.p argument with all stat function (PR#7420)
Dear R Developers:
I have been playing with R, release 2.0.1 for a week now and have detected =
that all stat functions related to distribution probabilities have the same=
problem:
1.- The log.p parameter of all distribution functions, when set to TRUE, re=
turns a extrange value.
Accoding to the manual, when set to true, it should return log(p) probabili=
ty. So to my understanding, setting