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.
On 25-09-2012, at 09:04, Kizito Omala <kizromala at gmail.com> 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 there is no function tosscoin() in package combinat. Install package sos and use findFn("tosscoin") to locate the package where it is defined. It is in package prob. Berend