Skip to content
Prev 316012 / 398513 Next

Please help R error message "masked from 'package:utils':combn"

Hi,

It means that the functions "combn" from the package "utils" is masked 
because a function with the same name exists in loaded package "combinat".

You still can access the one from the package "utils" using:
 > utils::combn

HTH,
Pascal


Le 24/01/2013 15:04, Fumie Sugahara a ?crit :