search for: baer

Displaying 20 results from an estimated 154 matches for "baer".

Did you mean: aber
2005 Oct 14
4
Setting working directory interactively within a function
Is there anyway to have a function prompt the user for a working directory, equivalent to file.choose()? --Paul
2011 May 09
2
Creating Observation ID
...in each of the 3 groups. Somehow, I can't quite see how to do it without manually sub-setting the parent data frame and then putting it back together again. Anyone able to get me started on a cleaner (more R-like) approach? Thanks, Rob ------------------------------------------ Robert W. Baer, Ph.D. Professor of Physiology Kirksville College of Osteopathic Medicine A. T. Still University of Health Sciences 800 W. Jefferson St. Kirksville, MO 63501 660-626-2322 FAX 660-626-2965 [[alternative HTML version deleted]]
2017 Mar 11
2
Possible issue with R-tools on Windows
...t RTools on Windows, if this is indeed my problem Here's the full example of my most recent encounter posted to bioconductor: https://support.bioconductor.org/p/93731/ In brief the parsing seems to break in the space in the path name: The downloaded source packages are in ?C:\Users\Rob Baer\AppData\Local\Temp\RtmpagJM0a\downloaded_packages? Warning messages: 1: running command '"E:/Program Files/R/R-3.3.3/bin/x64/R" CMD INSTALL -l "C:\Users\Rob Baer\R\win-library\3.3" C:\Users\ROBBAE~1\AppData\Local\Temp\RtmpagJM0a/downloaded_packages/GO.db_3.4.0.tar.gz'...
2005 Oct 06
2
Changing the value of variables passed to functions as arguments
Is it possible to write functions in such a way that, rather than having to write "a=function(a)", one can just write "function(a)" and have the variable passed as the argument be modified? My real interest here is being able to invoke the editor by writing "ed(filename)" rather than filename=edit(filename). Thanks, --Paul
2017 Mar 12
1
. Possible issue with R-tools on Windows
...Rtools in c:\Rtools and changing the above line in the batch file to: REM was: set RtoolsRoot=c:\PROGRAMF\R\Rtools3p3 set RtoolsRoot=c:\Rtools and everything worked. Hope this helps. Best regards, Georgi Boshnakov -----Original Message----- Date: Sat, 11 Mar 2017 11:17:15 -0600 From: Robert Baer <rbaer at atsu.edu> To: "'r-devel at r-project.org'" <r-devel at r-project.org> Subject: [Rd] Possible issue with R-tools on Windows Message-ID: <a0736ca8-0665-4067-e337-6489f55b8fcc at atsu.edu> Content-Type: text/plain; charset=utf-8; format=flowed This is a b...
2011 Feb 10
2
Hmisc errbar color
...00) df=data.frame(x,y) # summarize data m = aggregate(df,list(x),mean) se = aggregate(df,list(x),sd)/sqrt(10) library(Hmisc) plot(x,y) errbar(m$x, m$y, m$y+1.96*se$y, m$y-1.96*se$y,col='red',cex=2,type='b',add=TRUE) Thanks, Rob ------------------------------------------ Robert W. Baer, Ph.D. Professor of Physiology Kirksville College of Osteopathic Medicine A. T. Still University of Health Sciences Kirksville, MO 63501 660-626-232 FAX 660-626-2965 [[alternative HTML version deleted]]
2011 Mar 25
2
library(foreign) read.spss warning
...;2" $minor [1] "12.2" $year [1] "2011" $month [1] "02" $day [1] "25" $`svn rev` [1] "54585" $language [1] "R" $version.string [1] "R version 2.12.2 (2011-02-25)" ------------------------------------------ Robert W. Baer, Ph.D. Professor of Physiology Kirksville College of Osteopathic Medicine A. T. Still University of Health Sciences Kirksville, MO 63501 660-626-232 FAX 660-626-2965 [[alternative HTML version deleted]]
2010 Mar 18
1
Rcmdr plugins produce error
...in.sos, RcmdrPlugin.survival, RcmdrPlugin.SurvivalT, RcmdrPlugin.TeachingDemos FWIW, I'm on Windows XP with R version 2.10.1 R Commander Version 1.5-4. Other than reporting this behavior, I was wondering if anyone knew how to restart Rcmdr (minus plugins) without having to restart RGUI? Rob Baer > Commander() Warning in if (where < 1) rbind(object2, object1) else rbind(object1[1:floor(where), : the condition has length > 1 and only the first element will be used Warning in 1:floor(where) : numerical expression has 2 elements: only the first used Warning in (floor(where) + 1)...
2004 Nov 25
0
Installing gregmisc under windows 2000
...es when you want to use them. Once you install the bundle, you won't see the name of the bundle in the list of installed packages, but you see the constituent packages, and those are what you load when you want to use them. [This is the same on all platforms, BTW.] Andy > From: Robert W. Baer, Ph.D. > Sent: Wednesday, November 24, 2004 5:45 PM > To: Peter Dalgaard > Cc: R-Help > Subject: Re: [R] Installing gregmisc under windows 2000 > > > Thanks for the clarification. > > Pursuant to the recent dicussion of GUI promoting ignornce > among users, I >...
2004 Oct 19
2
Matrix/Table col headings R 2.0.0
...tform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 0.0 year 2004 month 10 day 04 language R ___________________________ Robert W. Baer, Ph.D. Department of Physiology A. T. Still University of Health Science 800 W. Jefferson St. Kirksville, MO 63501-1497 USA [[alternative HTML version deleted]]
2017 Mar 12
0
Possible issue with R-tools on Windows
...es are in ?d:\temp\RtmpKaYI2t\downloaded_packages? So we really need the full log. Can you please run the installation from the OS shell, i.e. something like: R CMD INSTALL --library=c:/tmp GO.db_3.4.0.tar.gz and send us the install.log Best, Uwe Ligges On 11.03.2017 18:17, Robert Baer wrote: > This is a bit of a cross-post but I've encountered what appears to be a > parsing error with RTools on Windows in a couple of different contexts > on Widows when R is installed on a secondary drive to avoid using > precious space on my c:/ solid state drive. > > This...
2018 Jul 16
2
persp command
Dear R-devel mailing list, I am wondering whether the "theta" and "phi" parameters of the "persp" function in the graphics commands are named in error (the names seem to have been swapped). Also, in the documentation to "persp", reference is made to "colatitude" when the effect in the image is actually that of "latitude". Thank you,
2008 Apr 13
1
SPSS to R Data file conversion
...Rcmdr uses the data frame name saved in the compressed .rda file upon loading. My variable "name" contains the string for the dataframe name I would like to use. I just can't figure out how to assign this name to the dat dataframe in the context of my loop. Any hints? Thanks, Rob Baer [[alternative HTML version deleted]]
2004 Feb 14
1
Digital Image Processing
...ages specifically directed at "image processing" or computer vision sorts of problems? And perhaps the question I should have asked first, is it silly to think that R might be a useful tool for exploring (prototyping solutions) to image processing problems? Thanks for any insights, Rob Baer [[alternative HTML version deleted]]
2006 Oct 23
1
unexpected read.csv behavior
...expected default behavior of having the unlabeled column become row labels when I tried, read.csv("ex.csv", header=TRUE, row.names=1) Is this unexpected behavior somehow related to how I designed a .csv file or is there something I'm misinterpreting in the documentation? Thanks, Rob Baer > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2...
2012 Mar 06
1
Windows - **Paste commands only** issue
...t;2" $minor [1] "14.2" $year [1] "2012" $month [1] "02" $day [1] "29" $`svn rev` [1] "58522" $language [1] "R" $version.string [1] "R version 2.14.2 (2012-02-29)" ------------------------------------------ Robert W. Baer, Ph.D. Professor of Physiology Kirksville College of Osteopathic Medicine A. T. Still University of Health Sciences 800 W. Jefferson St. Kirksville, MO 63501 660-626-2322 FAX 660-626-2965
2008 Jan 18
3
Wishlist- Windows Gui (PR#10589)
Full_Name: Robert Baer Version: 2.6.1 OS: Windows XP Submission from: (NULL) (198.209.172.95) It would be wonderful if the CRAN mirror had an easy way to set a "default CRAN mirror". Current behavior is to have to choose a CRAN mirror the first time a package is installed in a session. The closest mirror si...
2017 Sep 30
4
Converting SAS Code
On 9/29/2017 3:37 PM, Rolf Turner wrote: > On 30/09/17 07:45, JLucke at ria.buffalo.edu wrote: > > <SNIP> > >> >> The conceptual paradigm for R is only marginally commensurate with >> that of >> standard statistical software. >> You must immerse yourself in R to become proficient. > > Fortune nomination. For newer list members wondering what
2003 Aug 04
11
Finally winbind on RH9 working, but why ?
Hi, maybe (probably ??) it's me, but it took me more than a week to get winbindd working on Redhat 9. It works now after changing a parameter in smb.conf, but I have NO idea why. Maybe some of you already had the same problem. If so, PLEASE clearify ! Thanks... PS as you will see later, getent group also does not work. This is an independent problem I think... can it have something to do
2010 Oct 19
3
R 2.12.0 and JGR
...net_7.3-1 MASS_7.3-8 JGR_1.7-3 [13] iplots_1.1-3 JavaGD_0.5-3 ggplot2_0.8.8 proto_0.3-8 reshape_0.8.3 plyr_1.2.1 [19] rJava_0.8-7 loaded via a namespace (and not attached): [1] tools_2.12.0 > ------------------------------------------ Robert W. Baer, Ph.D. Professor of Physiology Kirksville College of Osteopathic Medicine A. T. Still University of Health Sciences Kirksville, MO 63501 660-626-232 FAX 660-626-2965 [[alternative HTML version deleted]]