Displaying 20 results from an estimated 2000 matches similar to: "Significance of differences in RMS?"
2012 Jun 28
1
Simple mean trajectory (ordinal variable)
Hello.
I have 5 measurement points, my dependent variable is ordinal (0 - 3), and
I want to visualize my data. I'm pretty new to R.
What I want is to find out whether people with different baseline
covariates have different trajectories, so I want a plot with the means
trajectory of my dependent variable (the individual points do not make a
lot of sense in ordinal data) on each measurement
2011 Feb 20
1
Plotting individual trajectories from individual growth model
Hi all,
I am trying to plot the fitted trajectories for each individual from an
individual growth model (fit with a linear mixed effects model in lme). How
can I plot each person's trajectory in the *same* panel, along with the
mean-level trajectory?
Below is an image of a plot similar to what I'm trying to create (from:
http://jpepsy.oxfordjournals.org/content/31/10/1002/F6.large.jpg):
2010 Nov 01
3
Mean and individual growth curve trajectories
I'm trying to understand how to plot individual growth curve trajectories,
with the overall mean trajectory superimposed (preferably in a slightly
thicker line, maybe in black) over the individual trajectories. Using the
sleepstudy data in lme4, here is the code I have so far:
library(lme4)
library(lattice)
xyplot(Reaction ~ Days, data = sleepstudy, group = Subject, type = 'l')
2011 Feb 09
0
adehabitatMA, LT, HR and HS version 0.1
Dear all,
I have just uploaded 4 new packages on CRAN, which are on the long term
designed to replace the "old" package adehabitat:
* adehabitatMA: functions to perform spatial operations (morphology,
buffer, etc.)
* adehabitatHS: functions for the analysis of habitat selection by wildlife
* adehabitatHR: functions for home range estimation of animals
* adehabitatLT: functions for
2011 Feb 09
0
adehabitatMA, LT, HR and HS version 0.1
Dear all,
I have just uploaded 4 new packages on CRAN, which are on the long term
designed to replace the "old" package adehabitat:
* adehabitatMA: functions to perform spatial operations (morphology,
buffer, etc.)
* adehabitatHS: functions for the analysis of habitat selection by wildlife
* adehabitatHR: functions for home range estimation of animals
* adehabitatLT: functions for
2012 Jul 26
1
Testing significance of interaction between group and longitudinal change for part of the age range in a mixed linear model
Hi all,
I've fit a mixed linear model to some longitudinal data. I'm interested in the differences in patterns of decrease in the dependent variable according to group status, and my hypothesis particularly predicts a difference between the groups in trajectory of change at between specific ages. The data shows a significant interaction between group and the linear and quadratic effects
2009 Feb 24
0
[SoC09-Idea] Movement Ecology add-ons for adehabitat package
Hi all,
here's a proposal for a SoC project on wildlife movement patterns analysis.
A MSc student is available to anwser the call, of course. The idea has already
been briefly discussed with the mantainer of the adehabitat package and the
AniMov project community.
Short description
Develop some add-on functions to use the adehabitat package to perform basic
movement ecology analysis, in
2002 Oct 02
6
help to make a map on R
Hi all,
I need a little help for construct an state's map on R.
The first problem is to get the data.
I have a datafile of longitude and latitude in the follow format:
trajectory latitude longtude
T -22.045618 -51.287056
T -22.067078 -51.265888
T -22.067039 -51.207249
T -22.059690 -48.089695
T -22.075529 -48.074608
T -22.072460 -48.044472
T -22.062767 -48.298473
T -22.077349
2012 Jan 21
0
Announce: Summer Program in Data Analysis (SPIDA) 2012
The Institute for Social Research (ISR) and its Statistical
Consulting Service (SCS) at York University are pleased to
announce our Summer Program In Data Analysis (SPIDA) for
2012. The Program runs from May 24th to June 1st, 2012.This
year?s Program focuses on the theory and practice of linear
models and mixed [or multilevel] models, as they are applied
to hierarchical and longitudinal data.
2012 May 26
1
Plotting interactions from lme with ggplot
I'm fitting a lme growth curve model with two predictors and their
interaction as predictors. The multilevel model is nested so that level 1 is
time within the individual, and level 2 is the individual. I would like to
plot the mean group-level trajectories at plus and minus 1 SD from the mean
of the main effects composing the interaction term. Thus, the plot should
have 4 lines (mean
2012 Mar 21
1
Wish To Join Xapian:-)
Dear Friends,
This is Shao from National University of Singapore(NUS). I'm currently
doing my exchange study in Royal Institute of Technology(KTH), Sweden. IR
is really interesting to me. I've taken a Information Retrieval course
during the exchange study here in KTH
http://www.csc.kth.se/utbildning/kth/kurser/DD2476/ir12/labblydelser/assignment2.
The
Weighting Schemes and Learn to Rank
2010 Mar 15
1
problem in reading trajectory file
Hi,
I'm trying to read some trajectory files (text files) which have the form:
# trial n
# t X Y
0 1 2
0.2 1 3
0.4 1.2 4
...
# trial n+1
# t X Y
0 1 2
0.2 1.3 3.3
0.4 1.5 5
...
...
where the symbol # means that the line is not a numeric value, but I still
need to read the number of the trial (n=1, 2, etc.).
I
2010 Mar 04
0
KmL 1.1.1
?kml? is an implementation of k-means for longitudinal data (or
trajectories). This algorithm is able to deal with missing value
and provides an easy way to re roll the algorithm several times, varying
the starting conditions and/or the number of clusters looked for.
KmL 1.1.1 addition:
- 7 imputations methods for longitudinal data
- Calculus of three qualities criterion (Calinski&Harabatz,
2010 Mar 04
0
KmL 1.1.1
?kml? is an implementation of k-means for longitudinal data (or
trajectories). This algorithm is able to deal with missing value
and provides an easy way to re roll the algorithm several times, varying
the starting conditions and/or the number of clusters looked for.
KmL 1.1.1 addition:
- 7 imputations methods for longitudinal data
- Calculus of three qualities criterion (Calinski&Harabatz,
2004 Oct 03
1
How might one write this better?
I am trying to simulate the trajectory of the pension assets of one
person. In C-like syntax, it looks like this:
daily.wage.growth = 1.001 # deterministic
contribution.rate = 0.08 # deterministic 8%
Wage = 10 # initial
Asset = 0 # initial
for (10,000 days) {
Asset += contribution.rate * Wage
2011 Feb 17
0
Fw: RE: Variable length datafile import problem
--- On Thu, 2/17/11, John Kane <jrkrideau at yahoo.ca> wrote:
> From: John Kane <jrkrideau at yahoo.ca>
> Subject: RE: [R] Variable length datafile import problem
> To: "Ingo Reinhold" <ingor at kth.se>
> Received: Thursday, February 17, 2011, 5:54 AM
> Generally most of the gurus are in
> this list.? Hopefully someone will take an interest in
>
2003 Dec 10
1
How to remove extra spaces introduced (?) by write.table
Dear Group,
My question relates to the write.table function.
I have created a data.frame containing both "character" and "numeric" columns.
When I use the write.table function to write this table into a text file
spaces are added into the "numeric" columns so that the number of digits in
each column is the same. This extra space is added before the actual number.
2010 Dec 16
1
xyplot
Hi
I am using following code to produce a xyplot for some longitudinal data. There are 2 panels. It produced all longitudinal trajectories with mean profile. But since the dataset it very large plot looks very messy. I want to show, say 10 randomly selected individual longitudinal trajectories together with mean profile for entire dataset. Could any help me to alter the following code to do
2009 Jul 09
1
Bug in package.skeleton, R 2.9.0?
Dear all,
I am using package.skeleton to build a small packages of misc function
for personal use. I have recently discovered that the option
force=TRUE doesn't seem to do what is meant to do. Here's what I'm
doing:
> setwd("/Users/danielk/Documents/R/packages/dk")
> files <- paste("codebase", dir("codebase", pattern=".R"),
2012 Mar 28
0
[LLVMdev] GSoC on LLVM usability?
Bump!
I realize my previous message may have been a bit abrupt, without much proper
explanations, though it is a serious application!
Currently, the feedback of LLVM regarding the optimizations performed is an
optional list of optimization names, through the detailed pass statistics.
Though of high relevance to a user familiar with optimizing compilers, for
unfamiliar users it might be