Closed Djafar1985 closed 8 years ago
It is impossible to go on and read and try to work - everywhere a huge number of mistakes for which there is no explanation in the R & stackoverflow communities
RStudio
aapl_2 <- read.csv(file = "C:/aapl.csv", header = TRUE, stringsAsFactors = FALSE) Warning messages: 1: графический параметр "type" устарел 2: графический параметр "type" устарел 3: графический параметр "type" устарел 4: графический параметр "type" устарел 5: графический параметр "type" устарел 6: графический параметр "type" устарел 7: графический параметр "type" устарел 8: графический параметр "type" устарел aapl_2 <- read.csv(file = "C:/aapl.csv", header = TRUE, stringsAsFactors = FALSE) aapl_2 <- aapl_2[rev(rownames(aapl_2)), ] aapl_close <- aapl_2[, "Close"] Error in aapl_2[, "Close"] : incorrect number of dimensions summary(aapl_close) Error in summary(aapl_close) : object 'aapl_close' not found
RGui
aapl_2 <- read.csv(file = "C:/aapl.csv", header = TRUE, stringsAsFactors = FALSE) aapl_2 <- aapl_2[rev(rownames(aapl_2)), ] aapl_close <- aapl_2[, "Close"] Ошибка в aapl_2[, "Close"] :неправильное количество измерений summary(aapl_close) Ошибка в summary(aapl_close) :объект 'aapl_close' не найден
перенесено в предыдущий вопрос
It is impossible to go on and read and try to work - everywhere a huge number of mistakes for which there is no explanation in the R & stackoverflow communities
RStudio
RGui