Displaying 2 results from an estimated 2 matches for "indeterinent".
2008 Mar 04
3
problem
Good evening to everybody,
I have problems to import in R a really big dataset (more than 1000000 values). Which is the best package to install?
Is there someone who works with this kind of dataset and can help me, please?
Thank you very much,
Regards
Dr.ssa Erika Frigo
Department of Veterinary Sciences and Technology for Food Safety
University of Milan
Via Grasselli, 7
20137 Milano
Tel.
2016 Apr 24
0
Dividing rows in groups
This will handle all the columns; it assumes the ones you want to start
with are in column 2 through the end:
> library(dplyr)
> df1 <- read.table(text = "ID A B
+ 1 1 2
+ 1 0 3
+ 2 5 NA
+ 2 1 3
+ 3 1 4
+ 4 NA NA
+ 4 0 1
+ 4