Questions tagged as 'r'

2
answers

IN R I can not open xlsx

I'm trying to open an xlsx with R and I do not get it. I have done the following: install.packages("XLConnect") library (XLConnect) wb <- loadWorkbook ("mi_fichero.xlsx", create= TRUE)     
asked by 14.03.2017 / 11:37
1
answer

Program R: calculate BAL

I need to calculate the following: I have a data frame and I want to create one variable from another one in the following way. The new variable consists of adding all the values of variable 2 as long as they are greater than variable 1. I ca...
asked by 08.04.2016 / 06:07
1
answer

Extract / Filter info from a data.frame in R

The issue is this, I hope you can help me: I have two files (tables) imported into R, the first is a small table with reference names, the second are names repeated with statistical data, I need to make a filter where ONLY the names that matc...
asked by 18.12.2018 / 17:45
1
answer

Packet to connect project to OLAP Cubes with MDX instructions [closed]

I'm new to the site, My problem is that I have an OLAP data cube with which I only have permission to access with the MDX instructions (Microsoft Analysis Services) then I want to work with that data in R project so that it is easier for me t...
asked by 08.02.2018 / 00:09
1
answer

What does the LIFT mean? [closed]

What does the LIFT mean in data mining? I searched the internet but I can not find anything on the web. I would appreciate it if you can help me! Greetings, Nicolás.     
asked by 26.12.2017 / 22:00