search for: buchinsky

Displaying 20 results from an estimated 56 matches for "buchinsky".

2009 Jul 19
4
space in column name
..."DxCd3" "DxCd4" [15] "DOE" But what do I do if I want to do something such as this > alltime[grep("MIDDLE EAR EXPLORE",alltime$CPT Desc,] Error: unexpected symbol in "alltime[grep("MIDDLE EAR EXPLORE",alltime$CPT Desc" Farrel Buchinsky Sent from Pittsburgh, Pennsylvania, United States [[alternative HTML version deleted]]
2006 Jan 17
2
Installing a package yet it will not work.
...datafile, compressed, envhook) : ReadItem: unknown type 241 In addition: Warning message: package 'RODBC' was built under R version 2.3.0 Error: package/namespace load failed for 'RODBC' I am running R2.2.1 on Windows XP. Where does one begin to troubleshoot this. Farrel Buchinsky, MD --- Mobile (412) 779-1073 Pediatric Otolaryngologist Allegheny General Hospital Pittsburgh, PA ********************************************************************** This email and any files transmitted with it are confidentia...{{dropped}}
2008 Dec 10
2
converting multiple columns from POSIX* to Date
...easy. dates<-as.Date(x) #where X is of class POSIX How does one do that to all columns in a data frame that are of POSIX class and leave all the other columns (integers, factors) as is. Feel free to reply with just one or two buzzwords that I could then search for to find how to do it. Farrel Buchinsky
2008 Dec 15
3
Reading from Google Docs
...I went to the website I saw that package is only available as http://www.omegahat.org/RGoogleDocs/RGoogleDocs_0.1-0.tar.gz To my knowledge tar.gz is only for Linux. Does this mean that I cannot run it on a windows machine. Please tell me that there is a way to run it on a Windows machine. Farrel Buchinsky GrandCentral Tel: (412) 567-7870
2006 Nov 29
2
reshape command is (stats) dropping instances
..."Rep","Locations"),drop="Growth",timevar="Time",direction="wide") The following two commands should give the same data (other than the missing values) but they do not. ICA[ICA$Time==6,"Surface.Cover"] WideICA$Surface.Cover.6 -- Farrel Buchinsky Pediatric Otolaryngologist Allegheny General Hospital Pittsburgh, PA USA
2007 Jan 09
3
dimensions of a all objects
Why will the following command not work sapply(objects(),dim) What does it say about the objects list? What does it say about the dim command? Likewise, the following also does not work all<-ls() for (f in all) print(dim(f)) -- Farrel Buchinsky [[alternative HTML version deleted]]
2007 Oct 02
2
Calculating proportions from a data frame rather than a table
...se great functions such as prop.table and margin.table. Alas I tried, rowSums but it provides lousy output without listing the names of th papers. I have thought of going through the reshape package but I suspect that there is an easier way to convert a data frame to a table. Is there? -- Farrel Buchinsky [[alternative HTML version deleted]]
2006 May 03
5
Listing Variables
...ion. However with some functions the sapply will not work and it is necessary to supply each variable name to a function (see thread at Repeating tdt function on thousands of variables) This is such a core capability. I would like to see it in the R-Wiki but could not find it there. -- Farrel Buchinsky, MD Pediatric Otolaryngologist Allegheny General Hospital Pittsburgh, PA
2008 Apr 25
2
Differentiate alphanumeric vs numeric strings
...sily able to create a character vector of the names of the tables. Is there a function that can differentiate values consisting only of digits (numerics) as opposed to ones that contain letters (and perhaps digts as well)? I am sure there is. What is it and where should I have found it? -- Farrel Buchinsky GrandCentral Tel: (412) 567-7870 [[alternative HTML version deleted]]
2009 Dec 10
3
Have you used RGoogleDocs and RGoogleData?
...ble to use scripts and execute without finding and futzing. Can anyone explain in English why these packages read slower than a csv download? Can anyone explain what the core difference is between the two packages? Can anyone share their experience with reading Google data straight into R? Farrel Buchinsky Google Voice Tel: (412) 567-7870 Sent from Pittsburgh, Pennsylvania, United States [[alternative HTML version deleted]]
2009 Jan 23
2
forward slash vs double backslash R and Tinn-R
...his situation with .trPaths <- paste(paste(Sys.getenv('APPDATA'), '\\Tinn-R\\tmp\\', sep=''), c('', 'search.txt', 'objects.txt', 'file.r', 'selection.r', 'block.r', 'lines.r'), sep='') BUT IT FAILS. Farrel Buchinsky
2006 Nov 24
1
Sunflower plot error; how to deal with NA
...ith NA hell<-subset(ChinOtoMayB,is.na(lastoto)==FALSE) Then it worked perfectly sunflowerplot(hell$lastoto,hell$maxear) Is there a method with greater finesse to deal with NA values? In correlations one can state use="complete.obs" But that did not work in sunflowerplot -- Farrel Buchinsky [[alternative HTML version deleted]]
2008 Oct 03
1
Tinn-R explorer used to be my friend
...rn = "", group = "", path = .trPaths[3]) : unused argument(s) (envir = ".GlobalEnv") I have ensured that the correct profile loads by using (from within Tinn-R) R>Configure>Permanent(Rprofile.site). Is this a known bug or am I just getting tripped up. Farrel Buchinsky GrandCentral Tel: (412) 567-7870 [[alternative HTML version deleted]]
2009 Mar 24
2
two different date formats in the same variable
...e a robust date formatter? Alternatively how would one code (presumably using regular expressions) a transforamtion or substitution only on the errant entries and thereby turn 06/25/04 into 06/25/2004 and 03/03/59 into 03/03/1959? sessionInfo() R version 2.8.1 (2008-12-22) i386-pc-mingw32 Farrel Buchinsky
2006 Apr 29
3
Writing responses to the R-Help list
A while back Gabor Grothendieck suggested that I try http://news.gmane.org/gmane.comp.lang.r.general. This was after I asked how to easily reply to posts on the listserve. Ideally I would like the functionality that I find in Microsoft Outlook Express newsreader for usenet groups or what I find in Google Groups. I started using gmane about 3 weeks ago. I find it fantastic for searching and for
2006 Dec 31
4
Does SQL group by have a heavy duty equivalent in R
...ccess handled it with aplomb. I plan to use RODBC to bring the result of the SQL query back into R. This is the first time I have seen Microsoft Access outpace R. Is my observation correct or am I missing something. I would much rather perform all data manipulation and analyses in R. -- Farrel Buchinsky [[alternative HTML version deleted]]
2009 Jul 09
2
How to Populate List
...: error: no such index at level 2 (Henrique Dallazuanna)   25. functions to calculate t-stats, etc. for lm.fit objects?       (Whit Armstrong)   26. Re: Import xlsx file in Ubuntu 9.04 (Marc Schwartz)   27. Re: error: no such index at level 2 (Godmar Back)   28. Re: Reading from Google Docs (Farrel Buchinsky)   29. Re: R regular expression to extract words with the query       string. (Jorge Ivan Velez)   30. Re: R regular expression to extract words with the query       string. (Gabor Grothendieck)   31. Re: Reading from Google Docs (Duncan Murdoch)   32. Re: Reading from Google Docs (Farrel Buchinsky...
2006 Apr 27
2
Incomplete Trio in TDT analysis
...ed allele frequencies, informative transmissions and exact P-values Allele Frequency Transmitted Untransmitted P-value 2 0.3333 3 2 1.000 trio.types(Genotype.914186, MessWith, famid, pid, fatid, motid, sex, affected ) Farrel Buchinsky, MD Pediatric Otolaryngologist Allegheny General Hospital Pittsburgh, PA ********************************************************************** This email and any files transmitted with it are confidentia...{{dropped}}
2007 Jan 01
1
Subset by using multiple values
...data frame with about 100000 rows. I want to exclude all rows where in variable rs the value is one of the 20 on the exclude list. I thought this would work but none did. RawSeqBig<-subset(RawSeqBig,ASSAY_ID!=rejectrs$rs) RawSeqBig<-subset(RawSeqBig,ASSAY_ID!=list(rejectrs$rs)) -- Farrel Buchinsky Mobile: (412) 779-1073 [[alternative HTML version deleted]]
2008 Oct 28
1
outputting (writing) output into a dataframe
...ata frame. To demonstrate: p1 <-15:25/100# so that I can vary the p1 from 0.15 to 0.25 for (i in p1) print(power.prop.test(p1=i,p2=0.5*i,power=0.8, sig.level=0.05)) That prints a whole flurry of pretty outputs but I actually want it to output into a data frame so that I can plot it? Farrel Buchinsky