Displaying 6 results from an estimated 6 matches for "running2".
Did you mean:
running
2002 Jul 23
1
function running in package gregmisc
Hello,
I've got a problem using the function "running" in package gregmisc
For example:
test<-c(1,2,3,4,5)
running(test,fun=var,width=3) gives
1:1 1:2 1:3 2:4 3:5
NA NA 2 3 4
which is wrong because
var(test[1:3])
[1] 1
Where am I wrong?
Thanks
Xavier
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2005 Apr 11
0
plotting Principle components vs individual variables.
...10.71 21.43 47.60 1.79 3.67 13.56 28.58 131.50
USA 9.93 19.75 43.86 1.73 3.53 13.20 27.43 128.22
USSR 10.07 20.00 44.60 1.75 3.59 13.20 27.53 130.55
Western Samoa 10.82 21.86 49.00 2.02 4.24 16.28 34.71 161.83
So I do the following
running2 <- running[c("USA","New Zealand", "Dominican Republic", "Western
Samoa", "Cook Islands"),]
I check running2 and it shows as this
list(running2)
[[1]]
X100m X200m X400m X800m X1500m X5K X10K Marathon
USA 9.93...
2005 Apr 11
1
plotting Principal components vs individual variables.
...[, 1]) # you got this far
Finally, pick out the special set:
> points(running$X100m[ind], running.pca$scores[ind, 1], pch=4,
col="red", cex=2)
> text(running$X100m[ind], running.pca$scores[ind, 1], pos = 3, cex =
0.7) # optional
and you can forget all about the subset data frame running2.
Bill Venables.
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Brett Stansfield
Sent: Monday, 11 April 2005 10:04 AM
To: R help (E-mail)
Subject: [R] plotting Principle components vs individual variables.
Dear R,
I...
2018 Feb 09
0
self-heal trouble after changing arbiter brick
...quot; <ksubrahm at redhat.com (mailto:%22Karthik%20Subrahmanya%22%20<ksubrahm at redhat.com>)> wrote:
Hey,
Did the heal completed and you still have some entries pending heal?
If yes then can you provide the following informations to debug the issue.
1. Which version of gluster you are running2. gluster volume heal <volname> info summary or gluster volume heal <volname> info3. getfattr -d -e hex -m . <filepath-on-brick> output of any one of the which is pending heal from all the bricks
Regards,Karthik
On Thu, Feb 8, 2018 at 12:48 PM, Seva Gluschenko <gvs at webkontr...
2018 Feb 08
5
self-heal trouble after changing arbiter brick
Hi folks,
I'm troubled moving an arbiter brick to another server because of I/O load issues. My setup is as follows:
# gluster volume info
Volume Name: myvol
Type: Distributed-Replicate
Volume ID: 43ba517a-ac09-461e-99da-a197759a7dc8
Status: Started
Snapshot Count: 0
Number of Bricks: 3 x (2 + 1) = 9
Transport-type: tcp
Bricks:
Brick1: gv0:/data/glusterfs
Brick2: gv1:/data/glusterfs
Brick3:
2018 Feb 09
1
self-heal trouble after changing arbiter brick
...nya" <ksubrahm at redhat.com (mailto:%22Karthik%20Subrahmanya%22%20%3Cksubrahm at redhat.com%3E)> wrote:
Hey,Did the heal completed and you still have some entries pending heal?
If yes then can you provide the following informations to debug the issue.
1. Which version of gluster you are running2. gluster volume heal <volname> info summary or gluster volume heal <volname> info3. getfattr -d -e hex -m . <filepath-on-brick> output of any one of the which is pending heal from all the bricksRegards,Karthik
On Thu, Feb 8, 2018 at 12:48 PM, Seva Gluschenko <gvs at webkontro...