Successful!
Thank you!
2010/9/6 David Winsemius
>
> On Sep 6, 2010, at 1:13 PM, tamas barjak wrote:
>
> Hello!
>>
>> I need some help.
>> How I know it to draw the formula of the poisson distribution?
>>
>> expr<-expression(P(xi == k) == frac(lambda^k, factorial(k))*e^-lambda)
>> --->
>> not
On Sep 6, 2010, at 1:13 PM, tamas barjak wrote:
Hello!
I need some help.
How I know it to draw the formula of the poisson distribution?
expr<-expression(P(xi == k) == frac(lambda^k, factorial(k))*e^-
lambda) --->
not good
?plotmath
(Do not see factorial as a plotmath "function"
Try:
ex
Hello!
I need some help.
How I know it to draw the formula of the poisson distribution?
expr<-expression(P(xi == k) == frac(lambda^k, factorial(k))*e^-lambda) --->
not good
on the screen the " k! " not the Poisson Formula, but "factorial(k)"
Thanx!
[[alternative HTML version deleted]]
Dear R-help,
Â
Chi Square Test for Goodness of Fit
Â
Â
Problem Faced :
Â
I have got a discrete data
as given below (R script)
Â
No_of_Frauds <-c
1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,2,2,2,1,1,2,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,2,1,1,1,1,1,1,1
Chi Square Test for Goodness of Fit
Â
I have got a discrete data
as given below (R script)
Â
No_of_Frauds<-c(1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,2,2,2,1,1,2,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,2,1,1,1,1,1,1,1,3,2,1,1,1,2,1,1,2,1,1,1,1,1,2,1,3,1,2,1,2,14,2
5 matches
Mail list logo