search for: intuitino

Displaying 2 results from an estimated 2 matches for "intuitino".

2010 Oct 06
2
Converting scraped data
....numeric(test[16,c(2:5)]) quartz() plot(c(1:4), test[15, c(2:5)]) calling the values from the row of interest using test[16, c(2:5)] can bring them up as represented on the screen, plotting them or coercing them to numeric changes the values and in a way that doesn't make sense to me. My intuitino is that there is something going on with the way the characters are coded or classed when they're scraped into R. I've looked around the help files for converting from character to numeric but can't find a solution. I also tried this: as.numeric(as.character(test[16,c(2:5)] and...
2010 Oct 10
1
Create single vector after looping through multiple data frames with GREP
...2:5)]) >>> >>> calling the values from the row of interest using test[16, c(2:5)] can bring >>> them up as represented on the screen, plotting them or coercing them to >>> numeric changes the values and in a way that doesn't make sense to me. My >>> intuitino is that there is something going on with the way the characters >>> are coded or classed when they're scraped into R. I've looked around the >>> help files for converting from character to numeric but can't find a >>> solution. >>> >>> I al...