[R] Function Relevel DOE NOT FOUND
José María Mateos
chema at rinzewind.org
Sat Oct 28 17:28:39 CEST 2017
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.
More information about the R-help
mailing list