[R] [R-pkgs] modelimpact

2021-05-13 Thread Peer Christensen
Dear R users, I am happy to announce that modelimpact is now on CRAN. modelimpact contains functions to assess the expected business value of using a churn prediction model in e.g. a marketing campaign. Examples are shown in the GitHub readme: https://github.com/

Re: [R-es] Instalar R en micro de arquitectura arm

2021-05-13 Thread Javier Marcuzzi
Estimados Hay un problema, Por un lado la arquitectura, porque puedo decir ARM, Intel X86, X64, Mac M1, pero también alguno puede decir sobre la utilización de CPU, GPU, La respuesta es fácil en principio, si los repositorios de R tienen documentada la compilación para el sistema operativo y la

Re: [R] Variable labels

2021-05-13 Thread PIKAL Petr
Hi. Maybe you could use attributes. dput(vec.m) structure(list(Group.1 = c(2003, 2021, 2003, 2021, 2003, 2021, 2003, 2021, 2003, 2021, 2003, 2021, 2003, 2021, 2003, 2021, 2003, 2021), variable = structure(c(1L, 1L, 2L, 2L, 3L, 3L, 4L, 4L, 5L, 5L, 6L, 6L, 7L, 7L, 8L, 8L, 9L, 9L), .Label =

Re: [R] Variable labels

2021-05-13 Thread Steven Yen
Thanks. What I need “appears” simple. The .RData file is provided by a third party (likely converted from a different data format such as SAS in which variable labels (not value labels) are common). When I load the binary file, in the “environment” I see, as expected, a data frame showing how

Re: [R] Variable labels

2021-05-13 Thread Fredrik Karlsson
Hi, I am sorry but I don't understand your question, Generally, "clicking" is not something you can assume to be implemented for anything in R. However, if you read the manual for the package https://gdemin.github.io/expss/ you get an example at the bottom where an illustration of how the