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.

4 results for “from:Gijsbert Stoet”

repeated measures
Gijsbert Stoet · Jul 20, 2003 · r-help

There is an excellent paper on how to use repeated measures in R. It is called "Notes on the use of R for psychology experiments and questionnaires" by Baron and Li, and if you can find it on the internet...

cumulative frequency distribution plot
Gijsbert Stoet · Jun 25, 2003 · r-help

To plot a cumulative distribution of, say a behaviorial reaction time vector, I wrote the following function: cumhist = function(x) { Z = hist( x , plot=F ) plot(1:length(Z$counts),cumsum(Z$counts)/length(x)*100,type="b",axes=F...

how to test whether two slopes are sign. different?
Gijsbert Stoet · Jul 20, 2003 · r-help

Hi, suppose I do want to test whether the slopes (e.g. determined with lsfit) of two different population are significantly different, how do I test this (in R). Say for example, I found out what the slope between age...

how to get a probit scale in R?
Gijsbert Stoet · Jun 21, 2003 · r-help

Hi, If you plot a cumulative histogram of a gausian distribution, using a log scale on the x-axis and a probit scale on the y-axis, you get a straight line. My question is whether it is possible in...

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