search for: data111

Displaying 7 results from an estimated 7 matches for "data111".

Did you mean: data11
2010 Jan 29
1
SemiPar/spm question
...yr) library(SemiPar) data <- data.frame(id=c(rep("111",100),rep("222",200)), value=c(rnorm(100,2,1),rnorm(200,10,5)), lhs=c(rnorm(100,2,1),rnorm(200,10,5))) #this works d_ply(data, c("id"), function(x) { print(lm("lhs~value", data=x)) }) #this works data111 <- data[data$id=="111",] print(spm(data111$value ~ f(1:nrow(data111)))) #this does not work d_ply(data, c("id"), function(x) { print(spmx <- spm(x$value ~ f(1:nrow(x)))) })
2008 Mar 03
1
Formating a zoo dataset .
...quot;%m/%d/%y")) > head(data11) 2000-03-31 2000-04-28 2000-05-31 2000-06-30 2000-07-31 2000-08-31 0.14230650 -0.03276228 -0.06527890 -0.04999873 -0.01447902 0.22265729 Clearly those are monthly data. Therefore I want to convert it to mm-yy format. I used following code : data111 = zoo(coredata(data11), format(index(data11), "%m/%y")) However what I got is that : > head(data111) 01/01 01/02 01/03 01/04 01/05 01/06 -0.001388889 -0.016274826 -0.047707664 0.001104362 -0.077961541 0.017637141 > tail(data111)...
2012 May 28
1
Why R order files as 1 10 100 not 1 2 3 ?
...0.flt" "data101.flt" [5] "data102.flt" "data103.flt" "data104.flt" "data105.flt" [9] "data106.flt" "data107.flt" "data108.flt" "data109.flt" [13] "data11.flt" "data110.flt" "data111.flt" "data112.flt" [17] "data113.flt" "data114.flt" "data115.flt" "data116.flt" . . to . . [357] "data91.flt" "data92.flt" "data93.flt" "data94.flt" [361] "data95.flt" "data96.flt&quot...
2018 Apr 04
0
Invisible files and directories
...s/bricks/DATA205/data > Brick6: gluster02:/srv/glusterfs/bricks/DATA206/data > Brick7: gluster02:/srv/glusterfs/bricks/DATA207/data > Brick8: gluster02:/srv/glusterfs/bricks/DATA208/data > Brick9: gluster01:/srv/glusterfs/bricks/DATA110/data > Brick10: gluster01:/srv/glusterfs/bricks/DATA111/data > Brick11: gluster01:/srv/glusterfs/bricks/DATA112/data > Brick12: gluster01:/srv/glusterfs/bricks/DATA113/data > Brick13: gluster01:/srv/glusterfs/bricks/DATA114/data > Brick14: gluster02:/srv/glusterfs/bricks/DATA209/data > Brick15: gluster01:/srv/glusterfs/bricks/DATA101/data...
2018 Apr 04
2
Invisible files and directories
Right now the volume is running with readdir-optimize off parallel-readdir off On Wed, Apr 4, 2018 at 1:29 AM, Nithya Balachandran <nbalacha at redhat.com> wrote: > Hi Serg, > > Do you mean that turning off readdir-optimize did not work? Or did you > mean turning off parallel-readdir did not work? > > > > On 4 April 2018 at 10:48, Serg Gulko <s.gulko at
2018 Apr 23
0
Problems since 3.12.7: invisible files, strange rebalance size, setxattr failed during rebalance and broken unix rights
Hi, What is the output of 'gluster volume info' for this volume? Regards, Nithya On 23 April 2018 at 18:52, Frank Ruehlemann <ruehlemann at itsc.uni-luebeck.de> wrote: > Hi, > > after 2 years running GlusterFS without bigger problems we're facing > some strange errors lately. > > After updating to 3.12.7 some user reported at least 4 broken > directories
2018 Apr 23
4
Problems since 3.12.7: invisible files, strange rebalance size, setxattr failed during rebalance and broken unix rights
Hi, after 2 years running GlusterFS without bigger problems we're facing some strange errors lately. After updating to 3.12.7 some user reported at least 4 broken directories with some invisible files. The files are at the bricks and don't start with a dot, but aren't visible in "ls". Clients still can interact with them by using the explicit path. More information: