On 25-09-2012, at 09:04, Kizito Omala <kizrom...@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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.