Posts by user6894 • 143 points
2 posts
-
6
votes2
answers446
viewsQ: Function using as arguments successive values of a column (R)
I have a data.frame with 13 columns and 78 rows. I need to do it for each column ((x1/x2)^12)-1, being x1 the value in the first row of the first column, x2 the value contained in the second row of…
-
8
votes3
answers34320
viewsQ: How to import excel data pro R?
I have a table in excel that I need to import to R. I could do it quietly with the function read.csv when the table in question was online, but I’m having difficulty importing the file directly from…