Displaying 14 results from an estimated 14 matches for "alda".
Did you mean:
ald
2010 Jan 18
3
add spline to longitudinal data - preferably similar to SAS's 'I=SM50S' routine
...but I can't add the spline, a overall trend line. In
the SAS code they use the command 'I=SM50S' and I would prefer
something similar. I?m using R 2.10.1 on windows XP?
I have made this working example.
tolerance.pp <- read.table("http://www.ats.ucla.edu/stat/R/examples/alda/tolerance1_pp.txt
", sep=",", header=T)
# install.packages("lattice", dep = T)
library(lattice)
xyplot(tolerance ~ age, groups = id, data=tolerance.pp, type = "l")
This is where I want to add a overall spline.
Hope someone out there can figure this out.
Thanks...
2013 Jan 17
3
Colors in interaction plots
Hi,
I am trying to plot an interaction.plot with different color for each
level of a factor. It has an erratic behavior.
For example, it works for the first interaction.plot below, with the
example from the ALDA book, but not with the other plots, from the NPK
dataset:
# from http://www.ats.ucla.edu/stat/r/examples/alda/ch2.htm
tolerance <- read.csv("http://www.ats.ucla.edu/stat/r/examples/alda/data/tolerance1.txt")
tolerance.pp <-
read.csv("http://www.ats.ucla.edu/stat/r/examples/ald...
2008 Jan 20
2
Dell Perc 6 disk geometry problem with RAID5 (both 6.3 final and 7.0 RC1)
...'s not fully tested or
there will be some important fixes before 7.0 final? We are going to try
different RAID combinations but it definitely not working using 6x146GB as
RAID5.
Maybe someone could share the RAID combinations they successfully are
running on?
Thanks in advance.
Kind Regards,
Aldas
2013 May 17
0
Mean using different group for a real r beginner
Hi,
Try either:
tolerance <- read.csv("http://www.ats.ucla.edu/stat/r/examples/alda/data/tolerance1.txt")
?aggregate(exposure~male,data=tolerance,mean)
?# male exposure
#1??? 0 1.246667
#2??? 1 1.120000
#or
?library(plyr)
?ddply(tolerance,.(male),summarize,exposure=mean(exposure))
#? male exposure
#1??? 0 1.246667
#2??? 1 1.120000
#or
with(tolerance,tapply(exposure,list(m...
2012 Jun 28
1
the meaning of subscripts
Hi,
Now i am dealing with longitudinal data set and I want to see the rough
marginal plot for 2 variables separately.
I found the code from one example here,
reading <-
read.table("http://www.ats.ucla.edu/stat/R/examples/alda/data/reading_pp.txt",
header=T, sep=",")
reading[reading$id %in% c(4, 27, 31, 33, 41, 49, 69, 77, 87), ]
xyplot(piat~age | id
, data=reading[reading$id %in% c(4, 27, 31, 33, 41, 49, 69, 77, 87),
],panel=function(x,y,*subscripts*){
panel.xyplot(x, y, pch=16)
panel.lmline(x,y...
2007 Jan 17
2
Repeated measures
I am having a hard time understanding how to perform a "repeated
measures" type of ANOVA with R. When reading the document found here:
http://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_repms.html
I find that there is a reference to a function make.rm () that is
supposed to rearrange a "one row per person" type of frame to a "one
row per observation" type
2006 May 08
1
Repeatability and lme
Dear R-help list members
I gathered longitudinal data on fish behaviour which I try to analyse using
a multi level model for change. Mostly, I am following Singer & Willett
(2003), who provide also the S/R code for their examples in the book (e.g.
http://www.ats.ucla.edu/stat/Splus/examples/alda/ch4.htm). Of course I am
interested in change over time, but I am also very much interested in
consistency of behaviour of individuals, that is, does an individual for
example show consistent levels of aggression and differ from others in a
consistent manner. I thought that I could tackle this ques...
2010 Mar 02
1
sem package and growth curves
I have been working through the book "Applied longitudinal data analysis: modeling change and event occurrence" by Judith D. Singer and John B. Willett. I have been working examples using SAS and also using it as an opportunity for learning to use R for statistical analysis.
I ran into some difficulties in chapter 8 which deals with using structural equation modeling. I have tried to
2005 May 31
1
is there material about Longitudinal Data Analysis with R?
i am studying Longitudinal Data Analysis and want to carry it with R.anyone knows any materials about Longitudinal Data Analysis with R in the internet which i can download?
thank you.
2010 Dec 30
0
Panel Data Analysis in R
...science perspective) and Longitudinal and Panel Data: Analysis and Applications in the Social Sciences by Edward W Frees (a statistician). Both these books have URL's where you can get the R programs for the books. The URL for the Singer and Willet book is: http://www.ats.ucla.edu/stat/examples/alda.htm.
Jude Ryan
Director, Analytical Insights | MarketShare
1270 Avenue of the Americas, Suite # 2702, New York, NY 10020
P: 646.745.9916 x222 | M: 973.943.2029
www.marketshare.com
twitter.com/marketsharep
[[alternative HTML version deleted]]
2004 Aug 23
1
Problem with winbind
I am with a problem to configure the authentication of user through
winbind. The command "wbinfo -u" returns the following list:
ECP+luis
ECP+alda
ECP+jefferson
ECP+wedila
ECP+root
ECP+luana
ECP+Administrador
ECP+Convidado
ECP+TsInternetUser
ECP+NetShowServices
ECP+IUSR_SENEGAL
ECP+IWAM_SENEGAL
ECP+ASPNET
ECP+krbtgt
ECP+HOST/celta
ECP+HOST/ecp20
ECP+SENEGAL$
This windows 2000 is the PDC's users. I enable the telnet and
configured I pam i...
2008 Jun 15
2
R vs SAS and HLM on multilevel analysis- basic question
Hi R users!
I am trying to learn some multilevel analysis, but unfortunately i am now very confused. The reason: http://www.ats.ucla.edu/stat/hlm/seminars/hlm_mlm/mlm_hlm_seminar.htm
http://www.ats.ucla.edu/stat/sas/seminars/sas_mlm/mlm_sas_seminar.htm
and
MlmSoftRev. pdf from mlmRev package.
>From what i see, the first two links seem to declare the level one variable as a random part (i
2006 Feb 25
8
linking a .swf file in a rails document
Hi,
I have a little .swf movie I''d like to have in my page. Is there a
rails way of linking it?
Thanks,
Peter
2012 Mar 11
1
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* EffectStars (1.0)
Maintainer: Unknown
Author(s): Gunther Schauberger
License: GPL-2
http://crantastic.org/packages/EffectStars
The package provides functions to visualize regression models with
categorical response. The effects of the covariates are plotted with
star plots in order to allow for an optical