Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

497 results for “from:Jonathan Baron”

R + Linux
Jonathan Baron · Jun 6, 2008 · r-help

R works just fine on Fedora 9.

How to search for packages
Jonathan Baron · Feb 4, 2008 · r-help

Or use RSiteSearch, with restrict="functions", or use the site itself: http://finzi.psych.upenn.edu/

normality test
Jonathan Baron · Feb 17, 2004 · r-help

shapiro.test is also relevant. -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron R page: http://finzi.psych.upenn.edu/

Recoding a multiple response question into a series of 1, 0 variables
Jonathan Baron · Jun 7, 2004 · r-help

On 06/07/04 22:45, Jonathan Baron should have written: >for (i in [whatever]) Y[i,][X[i,]] <- 1

Side effects from mcmcsamp()
Jonathan Baron · May 15, 2009 · r-sig-mixed-models

I haven't tried this, but what if you just run lmer again? At least in the work I do, mcmcsamp takes MUCH longer than lmer. Jon

Alternative mail archives?
Jonathan Baron · Mar 4, 2004 · r-help

http://finzi.psych.upenn.edu/ This is listed under Search on the main R page. -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron

build CONTENTS or 00Index.html without installing whole package
Jonathan Baron · May 25, 2009 · r-help

Problem solved. Current script is at http://finzi.psych.upenn.edu/~baron/inst.R This makes all the help files in html format without installing any packages.

acceptable p-level for scientific studies
Jonathan Baron · Dec 18, 2002 · r-help

For some further discussion, see Nickerson, Raymond S. Null hypothesis significance testing: A review of an old and continuing controversy. [Journal Article] Psychological Methods. Vol 5(2) Jun 2000, 241-301.

Sorting Data?
Jonathan Baron · May 27, 2004 · r-help

OK. Maybe 2 errors. I already found one: On 05/27/04 16:43, Jonathan Baron wrote: >Sumdiffs <- rowMeans(Mothers[,-(1:4)]-Daughters[,-(1:4)]) should be Sumdiffs <- rowMeans(Mothers[,-(1:4)])-rowMeans(Daughters[,-(1:4)])

How to do a meta-analysis plot
Jonathan Baron · Aug 26, 2008 · r-help

Another way to do it (based on summary data): http://finzi.psych.upenn.edu/R/Rhelp02a/archive/131342.html -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron

Cohen's Kappa
Jonathan Baron · Mar 23, 2007 · r-help

See also section 6.4 of http://www.psych.upenn.edu/~baron/rpsych/rpsych.html which also points to a few packages that have kappa code in them. -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www...

avas
Jonathan Baron · May 12, 2003 · r-help

On 05/12/03 18:45, Paul, David A wrote: >Are there any equivalent function(s) in R1.70/Win2k for the >avas( ) function in Splus 6.1/Win2k? > >FYI: The implementation of avas( ) in Splus uses >.Fortran( ) to call...

switching to Linux, suggestions?
Jonathan Baron · Dec 13, 2004 · r-help

Fedora uses yum as well as rpm. I haven't installed an RPM in months, except for R. Yum is great. Jon -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron R search...

Modalwert
Jonathan Baron · Apr 24, 2004 · r-help

On 04/24/04 19:03, Sonja Dornieden wrote: >Hai - >kann mir jemand sagen, wie ich den Modalwert in R berechne?! IRgendwie finde >ich den Befehl nicht.... Veilleicht which.max() -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page...

printing out tables to a file using cat...
Jonathan Baron · Oct 4, 2001 · r-help

Try write.table() Look up help(write.table) Jon -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help...

bad link in R/library/stats4/html/coef-methods.html (PR#7050)
Jonathan Baron · Jul 4, 2004 · r-devel

Full_Name: Jonathan Baron Version: 1.9.1 OS: Lunux Submission from: (NULL) (141.158.44.22) The link from "coef" doesn't go anywhere. Should probably go to R/library/stats/html/coefficients.html This applies to all the...

A possible way to reduce basic questions
Jonathan Baron · Dec 4, 2004 · r-help

On 12/02/04 21:15, Anne wrote: >What about starting a database? Of what? Like the one in the last line of my .sig? -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu...

Glossay of available R functions
Jonathan Baron · Jan 31, 2006 · r-help

In addition, the search page at http://finzi.psych.upenn.edu can search all functions of all CRAN packages. This is also available through RSiteSearch(string,restrict="functions"). See the help page for RSiteSearch. Jon -- Jonathan Baron, Professor of Psychology...

Local install of a contributed package under Linux (was: R-code for binormla distribution)
Jonathan Baron · Oct 2, 2005 · r-help

Try R CMD INSTALL -l lib pkgs The help file is in the utils package. I'm sure this is documented in the manual too. Jon -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn...

(no subject)
Jonathan Baron · Aug 24, 2004 · r-help

On 08/24/04 13:50, Paolo Tommasini wrote: >Hi my name is Paolo Tommasini does anyone know how to compute a "mode" >( most frequent element ) for a distribution ? which.max -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home...

Can't find what you're looking for? Try searching with Google .