search for: psychologist

Displaying 20 results from an estimated 89 matches for "psychologist".

2006 Aug 22
5
Authoring a book
Me and some colleagues are planning to write a textbook together ("Statistics using R") where the target audience for the book is psychologists and students of psychology. We thought that it might be a good idea to use a Wiki when writing the text. Is that a good idea? Does anybody have any experience in that direction? What alternatives are there? The tool (Wiki) would have to be able to handle tables and mathematical formulas in so...
2013 Jan 23
1
New Book: Statistical Psychology with R [in French]
...d by the following book: Noel, Y. (2013). Psychologie statistique avec R [Statistical psychology with R, in French], coll. PratiqueR, Paris: Springer. http://www.springer.com/psychology/book/978-2-8178-0424-8 This book provides a detailed presentation of all basics of statistical inference for psychologists, both in a fisherian and a bayesian approach. Although many authors have recently advocated for the use of bayesian statistics in psychology (Wagenmaker et al., 2010, 2011 ; Kruschke, 2010 ; Rouder et al., 2009) statistical manuals for psychologists barely mention them. This manual provides a...
2000 Aug 26
1
R for psychology
For those new to this list, I point out that Yuelin Li and I have drafted an introduction to R for psychology, trying to emphasize the things the psychologists usually do. It is at http://www.psych.upenn.edu/~baron/rpsych.pdf and http://www.psych.upenn.edu/~baron/rpsych.htm Because it is a draft, with frequent changes, we have not yet asked for it to be placed in the CRAN page. We welcome suggestions for changes. One thing I want to add to it is a dis...
2004 Aug 11
1
Fwd: Enduring LME confusion… or Psychologists and Mixed-Effects
...004, at 8:05 PM, r-help-request at stat.math.ethz.ch wrote: > From: Spencer Graves <spencer.graves at pdf.com> > Date: 10 August 2004 8:44:20 PM > To: Gijs Plomp <gplomp at brain.riken.jp> > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] Enduring LME confusion.... or Psychologists and > Mixed-Effects > > > Have you considered trying a Monte Carlo? The significance > probabilities for unbalanced anovas use approximations. Package nlme > provides "simulate.lme" to facilitate this. I believe this function > is also mentioned in Pinhei...
2010 Mar 26
1
two questions for R beginners
For psychologists like me (possibly for others) by far the most time-consuming detail is variable labels. I need them for just about every analysis I do. We can use special packages like Hmisc and its function spss.get to import the labels, but then nearly all the other packages don't respect the labels, even s...
2000 Apr 04
2
Hierarchical Regression
Howdy! I'm a clinical psychologist desperately trying to get rid of SPSS. I just discovered R and like it quite a lot. The main reason why we're still using SPSS is the hierarchical regression where you enter bundles of variables into a linear model and get an R-sqare increase tested with an F-test. I already found add1 and...
2004 Aug 19
2
Getting data loaded
...in: data(Wcrit05) The section on this in R-exts doesn't seem to have any information on how to write the lines in install.R, nor does Checking and Building Packages. I managed to locate a few install.R files in other packages, but they were all empty. Any hints? Jim Dr Jim Lemon Research Psychologist Health Psychology Unit University of Technology, Sydney Feel free to ignore any garbage beneath this line. -- DISCLAIMER: This email message and any accompanying attachme...{{dropped}}
2004 Aug 19
2
Getting data loaded
...in: data(Wcrit05) The section on this in R-exts doesn't seem to have any information on how to write the lines in install.R, nor does Checking and Building Packages. I managed to locate a few install.R files in other packages, but they were all empty. Any hints? Jim Dr Jim Lemon Research Psychologist Health Psychology Unit University of Technology, Sydney Feel free to ignore any garbage beneath this line. -- DISCLAIMER: This email message and any accompanying attachme...{{dropped}}
2001 Feb 07
2
Literature needed
Howdy! Could somebody point me to some good introductory readings about data mining and descriptive data analysis? I'm a psychologist and a couple of times I realized that some things just don't appear in psychological literature, e.g. I've never seen a box plot anywhere in psych journals so I'm not familiar with them. The R help function is great when it comes to explaining how to use a feature and I wonder if t...
2004 Aug 10
4
Enduring LME confusion… or Psychologists and Mixed-Effects
Dear ExpeRts, Suppose I have a typical psychological experiment that is a within-subjects design with multiple crossed variables and a continuous response variable. Subjects are considered a random effect. So I could model > aov1 <- aov(resp~fact1*fact2+Error(subj/(fact1*fact2)) However, this only holds for orthogonal designs with equal numbers of observation and no missing values.
2002 Jan 16
0
RE: [S] Study group on bootstrap
...each other with understanding the material. > Everybody sends questions to the group and anybody in the > group answers to the best of his/her knowledge. > > To tell a little about the level of proficiency I can > contribute to such a group: > I myself is a Danish psychologist teaching research method > and statistics for psychologists. I have read some parts of > the Davison/Hinkley book and find it just readable, but > difficult, and I especiallly have trouble with some of the > formulas and mathematic notations. > > I have been using...
2008 Oct 24
1
How to embed residual dot plots of BHH2::anovaPlot(...) into plotMeans(...)?
Dear R fans, I am preparing a lecture discussing the paper of Wilkinson and APA Task Force on Statistical Inference (1999, American Psychologist, 54, 594-604.) I'd like to demo their Figure 3B (p. 602) with R. That is to add plotMeans(...) with dots of BHH2::dotPlot(...) . Is there any elegant script to do the job? Thanks --------------- LI, Xiaoxu
2013 Feb 24
1
R software installation problem
...help) I've attached screenshots to hopefully make what I've done clearer. Basically, R doesn't seem to be installing correctly and I can't figure out why. It's probably a simple error which a non-(complete)-novice would notice. Thanks very much, Andy Siddaway Trainee Clinical Psychologist University of Hertordshire (UK)
2006 Aug 11
1
- factanal scores correlated?
Hi, I wonder why factor scores produced by factanal are correlated, and I'd appreciate any hints from people that may help me to get a deeper understanding why that's the case. By the way: I'm a psychologist used to SPSS, so that question my sound a little silly to your ears. Here's my minimal example: *********************************************** v1 <- c(1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,4,5,6) v2 <- c(1,2,1,1,1,1,2,1,2,1,3,4,3,3,3,4,6,5) v3 <- c(3,3,3,3,3,1,1,1,1,1,1,1...
2008 Sep 28
1
Dream of a wiki GUI for R
...to introduce confidence intervals of various "effect sizes" to my students. Surely, I'll recommend the package MBESS in R. Currently, it means I have to recommend R's interface at first. As a statistics teacher in a dept of psychology, I often have to reply why not to teach SPSS. Psychologists and their students hate to memorize codes, or even to call any function with a list of parameters. I know if I have an online R platform with a wiki html-form design, I can bypass the function calls and headache parameters to expose the power of R. Rcmdr and its plugins help some, but students lik...
2007 Mar 29
1
pipe Apple
...ror in pipe("pbpaste"): pipe connections are not available on this system' I do not know much about using an Apple. Has anyone run into this before? Does anyone have any ideas for how to fix the problem? Thanks! Alex -- *************** A. Alexander Beaujean, Ph.D., LSSP Licensed Psychologist (Provisional, TX) http://myprofile.cos.com/abeaujean http://www.baylor.edu/soe/faculty/index.php?id=38476 "General impressions are never to be trusted. Unfortunately when they are of long standing they become fixed rules of life, and assume a prescriptive right not to be questioned. Conseque...
2009 Dec 31
1
How to interpret some diagnostic output
...i=c(.5,.5,.5,.3), axis=FALSE, ylab="Glucose", xlab="Month") axis(2,seq(40,200,by=10)) axis(4,seq(40,200,by=10)) axis(1,1:12) -- The whole religious complexion of the modern world is due to the absence from Jerusalem of a lunatic asylum. -- Havelock Ellis (1859-1939) British psychologist
2007 Jul 16
1
R equivalent to Matlab's Bayes net toolbox
Hi, I'm attending summer School at UCLA (IPAM) on "probabilistics models of cognition". I have been an R-user since v. 1.4.1, but was trained in the frequentist tradition (as most psychologists!). I found that all faculty here use matlab and Murphy's bayes net toolbox. I have not had the need to use matlab before, and would love to stick to R for graphics models and bayesian modeling in general (even if it takes me extra time to cross-code the examples in matlab into R). I...
2007 Jun 24
2
ANOVA non-sphericity test and corrections (eg, Greenhouse-Geisser)
I'm an experimental psychologist and when I run ANOVA analysis in SPSS, I normally ask for a test of non-sphericity (Box's M-test). I also ask for output of the corrections for non-sphericity, such as Greenhouse-Geisser and Huhn-Feldt. These tests and correction factors are commonly used in the journals for experimental and...
2010 Nov 30
1
researcher with highly skewed data set seeks help finding practical GLMM tutorial
Hi! I am a psychologist who suspects that the only sensible way to analyse a particular data set is to use generalised linear mixed models. I am hoping that someone might be able to point me in the right direction to find some very practical hands on documentation that might be able to talk me through actually doing such...