Displaying 20 results from an estimated 6000 matches similar to: "Managing Data [Summary]"
2002 Feb 08
2
Managing Data
Hello everyone,
Can someone point me to some resources on managing data in R and/or S-plus?
I have started using R more and more often in my work and I really like it.
But, managing data is very different in R and S-Plus than in other packages
that I am accustomed to. I know that it is an option to use different
workspaces for different projects or to store all objects as source and read
them
2001 Jul 12
2
R Applied Regression Text
Is this text publicized? I ran across it doing an internet search. I have
never seen any reference to it and it is not on CRAN under documentation.
http://www.stat.lsa.umich.edu/~faraway/book/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2002 Jan 17
1
Using S-Plus Documentation with R
Insightful has some nice docs available for download that are s-plus command
line guides to statistics. There are two versions, one for S-plus 2000 and
one for S-plus 6.0.
With regard to syntax, is one a closer match to R than the other? Are they
based on the same S engines? Does that matter? I know there will be
differences in any case, I am just trying to decide wich version I want to
2001 Mar 26
1
Item Analysis and Cronbach's Alpha (Code Attached)
A short function I wrote for the purpose of evaluating scales made up of a
number of questionnaire items. It provides Cronbach's Alpha, both
unstandardized and based on standardized items. It also provides item
statistics which include item-total correlations (corrected) and
item-removed alpha. Thought some of you might find it useful. I would also
appreciate any programming tips or
2012 Jan 03
3
An R interface to Model Building
Hello all,
To anyone who is interested, I'm trying to learn a bit more about
developing applications in R with user interfaces. I've been playing
around with gWidgets to develop a model building interface.
I'd appreciate any comments, suggestions, or guidance on how to better
structure my R code and organize the programming task. In addition,
any suggestions for features 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
2008 Nov 12
1
Generating Data for Simulation
Are there any R packages that could be used to generate random data given a
set of parameters? Or, if not a package, how would one generate such data?
What I would like to do is simulate some sample data for a regression model
given a set of population covariances and distribution parameters to be used
in a MC simulation.
Thanks for any tips.
[[alternative HTML version deleted]]
2001 May 01
3
Factor Analysis
Thanks to Brian Ripley for the time and effort put into developing the
factanal package for R. I have found it very useful. However, in trying to
replicate some results from previous research, I have run into the need for
a couple of extensions and was wondering if they might find their way into
future implementations.
1. Though maximum likelihood estimates might be more rigorous and
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
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
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 *
2000 Jun 19
0
Notes on R for psychology experiments and questionnaires
We now have a draft of:
Notes on the use of R for psychology experiments and
questionnaires
by
Jonathan Baron and Yuelin Li
at
http://www.psych.upenn.edu/~baron/rpsych.htm
and
http://www.psych.upenn.edu/~baron/rpsych.pdf
and
http://www.psych.upenn.edu/~baron/rpsych.tex
It is intended for students and others who are doing research in
psychology. What makes it "for psychology" is that
2007 May 13
2
Some questions on repeated measures (M)ANOVA & mixed models with lme4
Dear R Masters,
I'm an anesthesiology resident trying to make his way through basic
statistics. Recently I have been confronted with longitudinal data in
a treatment vs. control analysis. My dataframe is in the form of:
subj | group | baseline | time | outcome (long)
or
subj | group | baseline | time1 |...| time6 | (wide)
The measured variable is a continuous one. The null hypothesis in
2002 May 03
3
skipping columns with read.fwf?
I have a file in fwf. It is rather large, about 40,000 rows and 40 variables (columns). I only need about 10 variables form the data set for the analysis at hand. Unfortunately, these 10 variables are not contiguous in the file, for example, the first is position 1-8, the next position 25-27, then 40.
Is there a way to read the selected varaibles that I need without reading in the entire data
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
2002 Apr 18
1
Help with lme basics
In Baron and Li's "Notes on the use of R for psychology experiments and questionnaires" http://cran.r-project.org/doc/contrib/rpsych.htm they describe a balanced data set for a drug experiment:
"... a test of drug treatment effect by one between-subject factor: group (two groups of 8 subjects each) and two within-subject factors: drug (2 levels) and dose (3 levels). "
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),
2005 Nov 23
0
Greenhouse-Geisser epsilon for interaction term
Hi,
I'm running a repeated measure ANOVA to test the effects of the
within-subjects
factors "congr", "isi" and their interaction, on the variable "latencies"
aov(latencies ~ congr*isi + Error(subj/(congr*isi)),data=dats)
"congr" has 4 levels, while "isi" has "3" levels.
I would like to check for possible violations of the
2002 Jan 27
5
EPS->LaTeX problem
Greetings-
I have a strange problem displaying a graph from R (1.3.1, linux) in a
LaTeX document of documentclass seminar.
I'm using graphicx to include the file:
\usepackage{graphicx}
...
\resizebox{\textwidth}{\textheight}{\includegraphics{crime.eps}}
When I do this, the entire slide (including the page number) is rotated
180 degrees. Any ideas why this happens?
The graph was created
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