Have you used Tinn-R and what landmines await the inexperienced?
I could not understand why a script that used to work stopped working.
Look at these two scenarios
I opened an excel spreadsheet and copied several cells to the clipboard
Then Scenario 1
Executed from Tinn-R
> prelim<-read.delim("clipboard")
> str(prelim)
'data.frame': 0 obs. of 1 variable:
$ prelim..read.delim.clipboard.: logi
Scenario 2
Executed from R editor
> prelim<-read.delim("clipboard")
> str(prelim)
'data.frame': 18 obs. of 13 variables:
--
Farrel Buchinsky
Mobile: (412) 779-1073
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.