On Sat, Oct 28, 2017 at 03:25:18PM +0000, CHIRIBOGA Xavier wrote:
Dear Forum,
Which functions and packages should be installed to make work the function
"relevel"?
treatment<-revel(treatment,ref="Db")
Error: no se pudo encontrar la funci?n "revel"
You have a typo there, it should be "relevel", not "revel".
In my current distribution, it works right from the start, so I don't
think you'll need to install anything:
$ R
[...]
-> relevel
function (x, ref, ...) UseMethod("relevel")
<bytecode: 0x90f9dc0>
<environment: namespace:stats>
Cheers,
JMM.
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.