search for: upenn

Displaying 20 results from an estimated 1382 matches for "upenn".

2006 Mar 11
6
is there a formatted output in R?
something like "sprintf" in C? so I can do: print(sprintf("the correct result is %3.4f\n", myresult)); ------- Also, I am desperately looking for a "clear console screen" function in R... thanks a lot! [[alternative HTML version deleted]]
2003 Dec 01
3
search site for R (http://finzi.psych.upenn.edu)
My search site, http://finzi.psych.upenn.edu, has had several problems recently, all my fault, for which I apologize. But it now seems to be running reliably, on a new computer that is much faster than the old one. It uses htdig to permit search of the Rhelp mailing list, R documents, R functions, and various combinations of these. Sear...
2016 Sep 07
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...ined. Failing that, I could use help in adapting the sos package to another database. Thanks, Spencer Graves -------- Forwarded Message -------- Subject: Re: RSiteSearch, sos, rdocumentation.org, ...? Date: Wed, 7 Sep 2016 16:15:22 -0400 From: Jonathan Baron <baron at psych.upenn.edu> To: Spencer Graves <spencer.graves at prodsyse.com> CC: Jonathan Baron <baron at psych.upenn.edu>, chris.is.fun at gmail.com, info at datacamp.com <info at datacamp.com>, Sundar Dorai-Raj <sdorairaj at gmail.com>, webmaster at www.r-project-org R site search h...
2016 Sep 08
0
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...you! > I concur. People all over the world live better today, because R made it easier for others to solve problems -- and Jon made a substantive contribution to that. Spencer > Cheers > Joris > > > On 8 Sep 2016 04:08, "Jonathan Baron" <baron at psych.upenn.edu > <mailto:baron at psych.upenn.edu>> wrote: > > Don't do anything yet. I may have found the problem by accident. > > I tried to use the computer from something else, and it was being > drastically slowed down by some leftover processes, which turned o...
2004 Nov 24
2
an R function to search on Prof. Baron's site
...search on Prof. Baron's site (Thanks to Prof. Baron's help on setting up the query string!): RSiteSearch <- function(string, restrict="Rhelp", format="long", sortby="score", matchesPerPage=10) { URL <- "http://finzi.psych.upenn.edu/cgi-bin/htsearch" qstring <- paste(URL, "?config=htdigrun1", sep="") ## replace spaces with "%20" in the query string <- paste("words=", gsub(" ", "%20", string), sep="") mpp <- paste("match...
2004 Jun 15
2
import SYSTAT .syd file?
...le on Linux? (Splus 6 does it, but it is easier to find a Windows box with Systat than to download their demo. I'm wondering if there is a better way than either of these options.) Jon -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron R search page: http://finzi.psych.upenn.edu/
2005 May 10
2
R Greenhouse-Geiser correction?
Is there a function in R for doing Greenhouse-Geiser correction in ANOVA models? Is it already available in the aov function? How do we use it? Best, Darren [[alternative HTML version deleted]]
2005 Dec 29
1
Glimmix and glm
Hello. Some months age an e-mail was posted in which a comparison between Glimmix and glm was discussed. I have not been able to find that e-mail on the R archive. Does anyone recall the date of the above e-mail? Thank you very much. ******************************************* Antonio Paredes USDA- Center for Veterinary Biologics Biometrics Unit 510 South 17th Street, Suite 104 Ames, IA 50010
2003 Jan 31
2
minor error in documentation of pmax in base (PR#2513)
The documentation says, "pmax and pmin take several vectors as arguments and return a single vector giving the parallel maxima (or minima) of the vectors." I discovered that, if you use a matrix or array instead of a vector, pmax returns a matrix or array, respectively. This makes pmax and pmin much more useful, and should not be left to people to discover on their own! For example:
2016 Sep 08
6
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...abase. >> >> >> Thanks, >> Spencer Graves >> >> >>-------- Forwarded Message -------- >>Subject: Re: RSiteSearch, sos, rdocumentation.org, ...? >>Date: Wed, 7 Sep 2016 16:15:22 -0400 >>From: Jonathan Baron <baron at psych.upenn.edu> >>To: Spencer Graves <spencer.graves at prodsyse.com> >>CC: Jonathan Baron <baron at psych.upenn.edu>, chris.is.fun at gmail.com, >>info at datacamp.com <info at datacamp.com>, Sundar Dorai-Raj >><sdorairaj at gmail.com>, webmaster at www....
2006 Oct 07
2
gregexpr in R 2.3.0 != gregexpr in R 2.4.0
...... while in R 2.4.0, this is what happens: > gregexpr(" [a-z] [a-z] ", " a b c d e f ", perl=T) [[1]] [1] 1 7 attr(,"match.length") [1] 5 5 Looking at the archives, I came across these sites where the reverse issue has been discussed before: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/75843.html http://finzi.psych.upenn.edu/R/Rhelp02a/archive/76815.html http://finzi.psych.upenn.edu/R/Rhelp02a/archive/75846.html >From there, it seems as if the first result has been considered undesirable (apparently because it differs from Perl's output if not also...
2006 May 30
0
changes in RSiteSearch() and http://finzi.psych.upenn.edu/search.html
...GB before getting nervous. I also plan to change the default number of items per page from 20 to 100. This will not change in RSiteSearch() until the next version, but this is not so big a deal. Jon -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron
2008 Jun 14
1
modifying INSTALL to make html but not build package
For my R page at http://finzi.psych.upenn.edu/ (also the target of RSiteSearch()), I'm trying to find a way to get the html versions of the help pages without actually installing packages. This will allow me to include packages that don't install. And it will also vastly speed up the monthly update, and make it easier to replicat...
2010 Aug 15
2
adding a built-in drop.levels option for subset() in 2.12 ?
...dents, and here is some documentation from r-help over the years). Note that some of the earliest threads here refer to the problem (now fixed) that the subset() documentation failed to note that the existing 'drop' argument would *not* (confusingly) drop unused levels. http://finzi.psych.upenn.edu/Rhelp10/2008-April/158566.html http://finzi.psych.upenn.edu/R/Rhelp02/archive/42976.html http://finzi.psych.upenn.edu/R/Rhelp02/archive/36961.html http://finzi.psych.upenn.edu/Rhelp10/2009-November/217878.html http://article.gmane.org/gmane.comp.lang.r.general/200395 This suggestion is milde...
2005 Apr 18
5
the graph gallery strikes back
Hello useRs and helpRs, Some time ago, in a gallaxy far away (here is the thread : http://finzi.psych.upenn.edu/R/Rhelp02a/archive/46532.html ) we discussed about a graph gallery showing the power of R in that domain. I did some work around that, and there is a (pretty advanced) draft here : http://addictedtor.free.fr/graphiques/displayGallery.php For instance, there are some of my graphs, some of Er...
2009 Jul 10
2
drawing hmms
Hi, I need to draw hmm's in R.I also need to include a small plot near each state of the hmm.How can I do this? -- Rajesh.J [[alternative HTML version deleted]]
2016 Sep 08
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...Spencer Graves >>>> >>>> >>>> -------- Forwarded Message -------- >>>> Subject: Re: RSiteSearch, sos, rdocumentation.org, ...? >>>> Date: Wed, 7 Sep 2016 16:15:22 -0400 >>>> From: Jonathan Baron <baron at psych.upenn.edu> >>>> To: Spencer Graves <spencer.graves at prodsyse.com> >>>> CC: Jonathan Baron <baron at psych.upenn.edu>, >>>> chris.is.fun at gmail.com, info at datacamp.com <info at datacamp.com>, >>>> Sundar Dorai-Raj <sdo...
2013 Mar 08
2
ggplot2: modifying line width and background fill color for stat_smooth()
In the example below, from http://www.ling.upenn.edu/~joseff/rstudy/summer2010_ggplot2_intro.html I'd like to make (a) the fitted line thicker and (b) change the background fill color for the confidence envelope around each fitted line to a low-alpha transparent version of the same color used for the separate fitted lines for GENDER, rathe...
2001 Jul 25
5
Netscape/Mozilla: Windows plugins via Wine?
Many useful Netscape plugins don't come in Linux versions. Is it possible to make my Linux copy of Netscape use Windows-compiled plugins? If so, how?
2007 Dec 11
4
EL5.1 client problems
...root@node-r1-u7-c28-p10-o5 ~]# puppetd --test --server=cob.local err: Could not retrieve configuration: Certificates were not trusted: hostname not match with the server certificate warning: Not using cache on failed configuration [root@node-r1-u7-c28-p10-o5 ~]# puppetd --test --server=cob.genomics.upenn.edu info: Caching configuration at /var/lib/puppet/localconfig.yaml info: /File[/root/GPFS/build.sh]: Adding aliases "gpfs_update" info: /File[/root/grid.prf]: Adding aliases "grid_prf_update" info: /File[/root/grid.svc]: Adding aliases "grid_svc_update" notice: Starti...