[R] How to generate mtable output from lm with response matrix

2014-11-08 Thread Lee Hachadoorian
from the list produced by a call of the form: data(mtcars) lmTest = lm(cbind(mpg, hp) ~ disp + wt + carb, data=mtcars) Best, --Lee -- Lee Hachadoorian Assistant Professor in Geography, Dartmouth College http://geospatial.commons.gc.cuny.edu http://freecity.commons.gc.cuny.edu

Re: [R] Help Read File With Odd Characters

2012-11-08 Thread Lee Hachadoorian
On 11/08/2012 02:51 AM, Prof Brian Ripley wrote: On 08/11/2012 07:11, Lee Hachadoorian wrote: I have a large (105MB) data file, tab-delimited with a header. There are some odd characters at the beginning of the file that are preventing it from being read by R. That is a BOM make in UCS-2

[R] Help Read File With Odd Characters

2012-11-07 Thread Lee Hachadoorian
rocess it so that I can read it into R? Best, --Lee R version 2.14.1 (2011-12-22) Platform: x86_64-pc-linux-gnu (64-bit) Linux Mint 13 -- Lee Hachadoorian Assistant Professor in Geography, Dartmouth College http://freecity.commons.gc.cuny.edu __ R-help@r

Re: [R] Odd characters at beginning of file

2012-04-14 Thread Lee Hachadoorian
On 04/14/2012 09:37 AM, Duncan Murdoch wrote: sql <- sub("\uFEFF", "", sql) Thank you, this worked exactly. Best, --Lee -- Lee Hachadoorian PhD, Earth& Environmental Sciences (Geography) Research Associate, CUNY Center for Urban Research http://f

[R] Odd characters at beginning of file

2012-04-13 Thread Lee Hachadoorian
e still there, because if I edit a pgAdmin-created file in Notepad or gedit, then save and read into R with readLines, they are there. Best, --Lee -- Lee Hachadoorian PhD, Earth & Environmental Sciences (Geography) Research Associate, CUNY Center for U

Re: [R] Variable Editor

2010-11-17 Thread Lee Hachadoorian
the upper left and you will see a list of all objects (the second part of your question), including variables, data frame, and open packages. Then if you right click on the name of a data frame and select Edit from the context menu, you will see a spreadsheet-style editor. Best, Lee Hachadoorian PhD

Re: [R] How to Read a Large CSV into a Database with R

2010-11-15 Thread Lee Hachadoorian
On Mon, 15 Nov 2010 13:28:40 -0500, Anthony Damico wrote: > Do you have any other ideas as to how I might diagnose what's going on > here? Or, alternatively, is there some workaround that would get this giant > CSV into a database? If you think there's a reasonable way to use the > IMPORT comman

Re: [R] 32-bit packages on 64-bit Windows

2010-11-01 Thread Lee Hachadoorian
Thanks very much for the information. I also see that http://cran.r-project.org/bin/windows/contrib/2.12/ReadMe has information on some of the packages I'm interested in. Thanks for the help, --Lee On Mon, Nov 1, 2010 at 1:48 PM, Duncan Murdoch wrote: > On 01/11/2010 1:40 PM, Lee Hach

[R] 32-bit packages on 64-bit Windows

2010-11-01 Thread Lee Hachadoorian
Are 32-bit precompiled packages supposed to work on 32-bit R installed on 64-bit Windows? I *think* the Windows R FAQ (2.28 Should I run 32-bit or 64-bit R?) implies that they will work, but I am having trouble getting certain packages to work. Before I spend more time on it or start asking questio

Re: [R] Best IDE for R

2010-10-27 Thread Lee Hachadoorian
l all be restored. Of course, if you're not on Linux, you might not want to go to the trouble of running a VM. Criteria 1 Y 2 Y 3 Y 4 Y Hope this helps, --Lee -- Lee Hachadoorian PhD Student, Geography Program in Earth & Environmental Sciences CUNY Graduate Center

Re: [R] command to start R and Rcmdr?

2010-10-23 Thread Lee Hachadoorian
re\(Rcmdr\) --interactive > > fail to pop up Commander(), as described in the original post. The > same holds for the following > l...@liv-laptop:~$ R -e require\(Rcmdr\) > > Ideas? > Liviu > -- Lee Hachadoorian PhD Student, Geography Program in Earth & Environmental