Re: [R] Add-on Package

2012-09-25 Thread Berend Hasselman
On 25-09-2012, at 09:04, Kizito Omala wrote: > I have downloaded a package 'combniat' , it now exists in the > library. I even loaded it using: library(combinat). But when I call > the function tosscoin(1), I instead get an error message: Error: could > not find function "tosscoin". > Because

[R] Add-on Package

2012-09-25 Thread Kizito Omala
I have downloaded a package 'combniat' , it now exists in the library. I even loaded it using: library(combinat). But when I call the function tosscoin(1), I instead get an error message: Error: could not find function "tosscoin". Kindly help. Kizito. ___