Displaying 20 results from an estimated 20000 matches similar to: "please help me on this problem"
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
2006 Aug 03
3
between-within anova: aov and lme
I have 2 questions on ANOVA with 1 between subjects factor and 2 within factors.
1. I am confused on how to do the analysis with aov because I have seen two examples
on the web with different solutions.
a) Jon Baron (http://www.psych.upenn.edu/~baron/rpsych/rpsych.html) does
6.8.5 Example 5: Stevens pp. 468 - 474 (one between, two within)
between: gp
within: drug, dose
aov(effect ~ gp * drug *
2005 Apr 24
2
missing values
Hello,
I have climatic data of various years with many missing values. I would like
to know what tools in R are most suited to estimate this missing values.
(New in R and quite new on statistics).
Thanks,
G
2002 Aug 06
1
Repeated Measures ANOVA
R-help,
Could someone in the list write as to what is the R function to
perform repeated measures ANOVA and post-hoc tests ?
Thanks in advance,
swami
***************************************************************************
The contents of this communication are intended only for the addressee and
may contain confidential and/or privileged material. If you are not the
intended recipient,
2000 Oct 13
5
Random factor ANOVA, Repeated measures ANOVA, Within subjects designs.
Hi,
we are just about to evaluate R as a standard statistics package for
our institute. We looked around the help - manual, the FAQ, etc. and
did not find anything for the topics of random factors in ANOVA,
repeated measures in ANOVA, or within subjects designs in R.
Could anyone point us to any information concerning
- univariate approach to repeated measures anova
- multivariate
2005 May 10
1
sphericity calculation
Dear Prof. Baron,
thankyou for your pdf paper on using R, at
http://www.psych.upenn.edu/~baron/rpsych.pdf
I am currently interested in the sphericity notes on pp. 45-47.
The equation on p. 46 suggests the following R calculation:
D <- k^2 * ( mean(diag(S)) - mean(S) )^2
while the notes in the pdf indicate the following:
D <- k^2 * ( mean(S) - mean(diag(S)) )^2
Can you please consider
2007 Nov 04
4
Why can repeated measures anova with within & between subjects design not be done if group sizes are unbalanced?
Dear R people:
I wish to switch from SPSS to R, but there is one particular type of
ANOVA design that cannot be done in R. Or more likely, it can be
done, but it is nowhere documented.
The problem is typical for psychologists:
You have a repeated measures design with different groups of subjects.
Now, this can be done with the aov command, but the number of
subjects in both groups must be
2006 Apr 11
1
Specifying an appropriate error term in a hierarchical regression
Hi all --
So I'm working through my statistics homework again, and trying to
reproduce the examples in the book (Kirk's _Experimental Design_,
third edition) in R. This is a completely randomized hierarchical
design (CRH-28(A)). The B factor is completely nested within the A
factor. Pages 480-482, for those playing along at home.
I can use:
summary(aov(value ~ a + Error(b),
2002 Mar 25
2
Logistic regression in R?
Hi all!
I want to do some logistic regression. Is there a fintion in R that does
this, or do I have to do the variable conversion by hand?
Thankful for all the help I can get.
/Fredrik
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2001 Mar 01
2
How to plot two variables in one histogram?
Dear R members,
Is there a way I can include more than one variable in a histogram? Many
thanks in advance,
Liqing,
Liqing Zhang
Department of Ecology & Evolutionary Biology
321 Steinhaus Hall
U.C. Irvine
Irvine, CA 92697-2525
Phone:(949)-824-7703
Fax: (949)-824-2181
Email: lzhang at uci.edu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2000 Oct 31
2
log-linear
Hi,
It appears that there is no package for estimating log linear models (L.
Goodman's family) for data in the form of frequency tables. Am I wrong?
Thanks
Marwan Khawaja
Research Coordinator
Fafo, Institute for Applied Social Science
N-0608 Oslo, Norway
Tel +47 22 08 86 00
+47 22 08 86 94 (Direct)
+47 22 67 33 05 (Private)
Fax +47 22 08 87 00
2002 Feb 25
1
Managing Data [Summary]
A while ago I asked about data management approaches in R. I was asked by
several people to post a summary of the responses and alas I am just getting
around to doing it. I received several comments, both on and off list.
Below is a compilation of these responses. Hope this is as helpful to
others as it was to me.
Best,
Brett
1. Frank Harrell recommended a section, "Operating in
2005 May 11
1
2 factor ANOVA and sphericity
With respect to calculating the epsilon index of sphericity for ANOVA,
discussed on pp. 45-47 of:
http://www.psych.upenn.edu/~baron/rpsych.pdf
It notes that epsilon is not required for a repeated measures design with
only k=2 levels, as the minimum value of epsilon (e) is given by:
e = 1/(k-1)
so for k=2, we have e = 1 (ie, no correction of the F test df; see p. 46).
These notes apply to a
2016 Sep 07
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Hello, All:
Jonathan Baron is "giving up" maintaining the RSiteSearch database.
This breaks three things: (1) The R Site Search web service that
Baron has maintained. (2) The RSiteSearch function in the utils
package. (3) The sos package, for which I'm the maintainer and lead
author.
Might someone else be willing to take these over?
For me,
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:
2004 Jun 15
2
import SYSTAT .syd file?
Does anyone know how to read a SYSTAT .syd file 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:
2007 Apr 13
2
replicates in repeated ANOVA
Hi,
I have sort of a newbie question. I've seriously put a lot of effort into how to handle simple replicates in a repeated ANOVA design, but haven't had much luck.
I really liked reading "Notes on the use of R for psychology experiments and questionnaires", by Jonathan Baron and Yuelin Li ( http://www.psych.upenn.edu/~baron/rpsych/rpsych.html ) but still didn't run across
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.
Search has several options, including Boolean search (with AND,
2000 Jul 17
3
Code for Coefficent (Cronbach's) Alpha
Hi all,
I am trying to teach myself to use and program R (How else do you do it?
lol) Anyway, I wrote a piece of code to compute coefficent alpha for a
scale. As I am neither a statistician nor a programmer, I wanted people's
feedback. The code appears to work (Win 95 with R 1.0.1) and I have
verified my result with SPSS and it was correct (much to my astonishment!).
Nonetheless, I am
2001 Nov 15
3
Histogram
I would want to know if it's possible to plot two histograms
on the same graphic in order to compare the bins one to one,
like a Excel graphic.
If it is possible can you help me to do it, because I don't know the exact
R-commands.
Thanks for your help
Damiano
>
>
>Martin Maechler <maechler at stat.math.ethz.ch> http://stat.ethz.ch/~maechler/
>Seminar fuer Statistik,