search for: drg_470

Displaying 1 result from an estimated 1 matches for "drg_470".

2013 Jun 20
0
Reading a Vector into R
HI, You could save it in a .txt file. (e.g. "vec1.txt") ?source("vec1.txt") ?length(drg_470) [1] 4495 ?head(drg_470) #[1]? 7558? 9485 10481 10609 10650 10891 str(drg_470) # num [1:4495] 7558 9485 10481 10609 10650 ... A.K. Hi there, I am having trouble successfully reading this vector into R: drg_470 <- c(7558,9485,10481,10609,10650,10891,10909,11226,11265,11284,11342,11588,12044,...