Posts by Fallen lord • 11 points
2 posts
-
0
votes3
answers91
viewsA: Is it possible to pair values of two dataframes with different observation numbers?
On the basis of R: Sexo <- rep(1:2 , length.out = 51) Estudo <- rep(1: 17, length.out = 51) Salario <- c(runif(51, min=900, max=3000)) data1 <- data.frame(Sexo, Estudo, Salario) data2…
ranswered Fallen lord 11 -
1
votes1
answer103
viewsA: averaging the 15 days before the day in common
your data has values NA in the date fields. To facilitate the response, I created two data.frame with the same names (water and Meteo) and only one column with values called x to realize the moving…
ranswered Fallen lord 11