Displaying 20 results from an estimated 130 matches similar to: "boxplot in subgroups"
2009 Jul 03
2
normalised curve fitting with error bars
Dear List,
My data consist of nine columns and about 50,000 rows. It looks like
this.
-9.0225 3.46464 2.80926 -0.3847 3.73735 1.1058 -2.98936 1.38901 -8.1846
-2.4315 -5.1189 1.8225 3.3798 1.7874 4.693 -3.9286 1.4266 5.7849
-3.4894 -4.0305 3.7879 3.5195 2.9186 2.8685 -6.126 4.978 4.9381
4.5282 3.62558 -3.0455 4.6518 1.39746 0.68652 3.5708 -3.6404 -4.2963
-1.3183 0.6752 -4.0382 -2.5386
2008 Dec 03
2
Switch language
Hi there,
I've installed R somewhen in German but I'd like to have it in English. The
installation of a new version does not change the language setting though I
think I've chosen "English" in the installation process (this choice was
available, right?).
Can anybody give me a hint?
(Error-Messages in German are not easy to get a solution for...)
Antje
2010 Sep 01
1
CRAN Mirror definition error.
Hello,
I was wondering if anyone has run across this problem in the past and might be able to suggest a solution.
I did a review of the FAQ's link trying to find a topic that closely related to the experience I was having, however I didn't see
anything that might help in diagnosing the problem.
While invoking the options under the "package" menu I get the following errors:
2008 Nov 14
1
Generating unique permutations of a vector
Hi all,
I try to generate sets of strategies that contain probability
distributions for a defined number of elements, e.g. imagine an
animal that can produce 5 different types of offspring and I want to
figure out which percentage of each type it should produce in order to
maximize its fitness. In order to do so, I need to calculate the fitness
for all potential strategies. As an example, if I
2009 Mar 25
1
Angstrom Symbol on Y-axis ?
Hi,
I have started very recently with R in order to get excellent Box and
Whisker plots. I could plot my data nicely. However, I can't figure
out from R-mailing list archive or google search either, how to place
an Angstrom sign/symbol on the y-axis (any axis in principle), after a
usual y-axis label ?
I am doing something like this:
2009 Mar 10
2
perform subgroup meta-analysis and create forest plot displaying subgroups
Hello,
I'm using the rmeta package to perform a meta analysis using summary statistics rather than raw data, and would like to analyze the effects in three different subgroups of my data. Furthermore, I'd like to plot this on one forest plot, with corresponding summary weighted averages of the effects displayed beneath each subgroup.
I am able to generate the subgroup analyses by simply
2003 May 14
2
building mean/median over subgroups
Dear all,
I'm trying to solve the following problem, and hoping to get some
advise here from the group
I have a dataframe in which the same sample was measured more than
once on the same day. I would reorganize the dataframe to get a
single value (mean /median) for one day
Patient Day Sample Test
A 1 A 23
A 1 A 36
A 5 B 44
A 5 B 23
B 2 C 10
B 2 C 5
mean
Patient Day Sample Test.mean
A
2006 Jan 08
1
SSID subgroups question??
I have Samba as a PDC w/ openLDAP backend. Everything works great. I
have a question on how sub-groups work. For instance, my "Domain
Users" group will have a SID of
S-1-5-21-2213288279-2770996180-1086272762-513
What if I create a group under that one. Should it be
"...-513-something" I am wondering how samba will know it is a sub
group without a different ID. I am using
2008 Jan 09
0
Can't access dirs with subgroups of a samba share
Hi all!
Here's the problem we have since patching Monday night. Tuesday morning
Samba wasn't running, but started fine, and everything seemed to be working.
Were currently running samba3.0.24-2.23 and I believe before the patch
we were running samba3.0.22-13.30.
We have some samba shares where we have subgroups that only a select
group of people of the parent group are allowed to
2005 Jun 07
1
how to create a variable to rank within subgroups
Hi,
I would like to create a new variable that would be the rank of a
continuous variable within each level of a grouping variable. Say the
first level of the grouping variable has 5 observations, I'd like
them ranked from one to five and a new variable would hold the rank
value (one to five). So forth for each level of the grouping variable.
I'm quite new with R and cannot
2010 Oct 17
1
lattice xyplot - formatting of multiple Y variables when using subgroups
Hi all,
Using xyplot I want to print to Y variables (y1, y2) versus X, conditional
on the group.
How can I obtain a line (type="l") for one relationship (ie. y1 ~ x) and
points (type="p") for the other (y2 ~ x) ?
library(lattice)
# create some sample data
df<-data.frame(group=as.factor(c(rep("a",4), rep("b",4))), # grouping
variable for conditional
2011 Oct 10
1
Multiple imputation on subgroups
Dear R-users,
I want to multiple impute missing scores, but only for a few subgroups in my
data (variable 'subgroups': only impute for subgroups 2 and 3).
Does anyone knows how to do this in MICE?
This is my script for the multiple imputation:
imp <- mice(data, m=20, predictorMatrix=pred, post=post,
method=c("", "", "", "",
2011 Jul 27
1
how to replace values in x by means in subgroups created in ... (not loops)
# Dear all,
# how to replace values in x by means in subgroups created in ...
# replace only these values where y=0 in continous sequence
# replace by mean calculated locally for each subgroup created by
# continous sequence of 0,0,0 in parallel y vector, i.e.
# where there is continous sequence of 0 in data frame vector y
# but we do not replace values in x[i], if y[i]!=0
# we do not want
2011 Jun 15
2
Correlations by subgroups
I'm hoping there is a simple answer to this - it seems that there should be,
but I can't figure it out.
I have a matrix/data frame with three variables of interest - V1, V2, V3.
One, V1, is a factor with x levels (x may be a large number); I want to
calculate the correlation between the other two (i.e. cor(V2,V3)) for each
level, and store it as a vector of length x.
I should think this
2012 Jul 13
2
Creating Subgroups in Puppet Dashboard
Hi All,
Is there a feasibility for creating subgroups on the Puppet Dashboard?
Basically the requirement is that we have a huge number of VMs running
designated services. Some of VMs having the same service may yet have
different properties configured on them. We are exploring the feasibility
of having these properties managed through puppet. Currently all these VMs
are put into a single
2006 Sep 14
1
plotting all subgroups with augPred
All,
I have a question RE plotting the prediction lines of a random effects
model via augPred. I'll illustrate via the Pixel dataset within the
nlme package:
library(nlme)
attach(Pixel)
fm1Pixel = lme(pixel ~ day + I(day^2), data = Pixel, random = list(Dog =
~ 1))
plot(augPred(fm1Pixel)) ### 10 fitted lines since there are 10 dogs
fm2Pixel = update(fm1Pixel, . ~ . + Side)
2006 Aug 29
1
Bootstraping for groups and subgroups and joing with other table
Dear R-experts,
I have a table with following collumns: State, SamplePlot, Species and BodySize. I sampled bird species at 34 SamplePlots and 5 States (regions) monthly during two years. On each bird record I measured bodysize and identified the species. So I have many records of each species (about 150 species) at each SamplePlot and each Region (State).
Now I would like bootstrap
2010 Jul 20
1
define subgroups based on position in table
Dear list,
I have a data frame with one column (group) and want to add a second column (sub) with a serial number that says to which subgroup a cell belongs. A subgroup contains the consecutive rows of the same group. The number of a subgroup is based on its position in the table. The first subgroup of A's and B's should have nr A1 and B1, the second nr A2 and B2, etc.. I hope the
2006 Nov 05
3
struggling to plot subgroups
Hi Folks,
I have data that looks like this:
freq gender xBar
1000 m 2.32
1000 f 3.22
2000 m 4.32
2000 f 4.53
3000 m 3.21
3000 f 3.44
4000 m 4.11
4000 f 3.99
I want to plot two lines (with symbols) for the two groups "m" and
"f". I have tried the following:
plot(xBar[gender=="m"]~freq[gender=="f"]) followed by
2012 Nov 13
2
Tukey test for subgroups in a data frame
Hello,
I have a data frame with the following columns: "date","name","value"
the name is the same for each date
I would like to get TukeyHSD p-value for the differences of "value" between
"name"s in each "date" separately I tried different ANOVA (aov()) but can
only get either tukey by "name" or by "data" but not