search for: eg1

Displaying 9 results from an estimated 9 matches for "eg1".

Did you mean: eg
2005 Dec 23
1
dse package problems
...tframe") Loading required package: setRNG > library("dse1") Attaching package: 'dse1' The following object(s) are masked from package:stats : acf simulate > library("dse2") > > fileName <- system.file("otherdata", "eg1.dat", package="dse1") > eg1.DSE.data <- t(matrix(scan(fileName),5, 364))[, 2:5] Read 1820 items > > eg1.DSE.data <- TSdata(input= eg1.DSE.data[,1,drop = F], output= + eg1.DSE.data[, 2:4, drop = F]) > > eg1.DSE.data # this is the troublemaking command input data:...
2008 Jun 04
2
Constructing groupedData objects in nlme - a little problem
Dear R-help, I am trying to create groupedData objects using the nlme library. I'm missing something basic, I know: Here is the first example in ch.1 of Pinheiro & Bates (2000): library(nlme) x2=Rail$travel;x1=Rail$Rail;eg1=data.frame(x1,x2);eg1gd=Rail print(eg1gd) x11();print(plot(eg1gd)) femodel=lm(x2~x1-1,data=eg1gd) print(femodel$coefficients) Result: x12 x15 x11 x16 x13 x14 31.66667 50.00000 54.00000 82.66667 84.66667 96.00000 ...which works fine. This uses a built-in groupedD...
2001 Jul 12
2
Package DSE
Hi, If I try to do this: if(is.R()) data("eg1.DSE.data.diff", package="dse1") model <- est.VARX.ls(eg1.DSE.data.diff) (Page 14 - DSE Package Manual) I obtain a Segment Violation. I use R-1.3.0 and the last dse package version Maximino Ameneiro Gomez -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2006 Mar 16
0
Having trouble with plot.survfit and fun="cloglog"
...on a survfit object. Here are the data I used for the commands that follow. days status 2 0 2 0 5 1 9 0 14 1 16 0 16 0 17 0 29 1 30 0 37 1 37 0 39 1 44 0 44 0 58 0 60 1 67 1 68 1 82 1 82 1 86 0 86 0 89 1 93 0 97 1 100 0 100 0 100 0 > library(survival) Loading required package: splines > eg1.km <- survfit(Surv(days,status),data=eg1) > plot(eg1.km,mark.time=FALSE,conf.int=FALSE) # Works > plot(eg1.km,mark.time=FALSE,conf.int=FALSE,fun="cumhaz") # Works > plot(eg1.km,mark.time=FALSE,conf.int=FALSE,fun="cloglog") # Error Error in rep.default(2, n2 - 1...
2010 Oct 18
1
boxplot ranked x labels
Dear R users, x-values (EI) = Adw, EG1, LA1, Ad1, LA2, LA3...(14 levels, insect stages) y-valus = antpop within the boxplot function x-values are ordered alphabetically Idea: x-values ranked by list order (insect stage: Egg stage 1 is followed by Larvae 1 and not by Egg stage 2 as it would be in an alphabetically order) Proble...
2018 Apr 12
0
how to get the true used capacity of the volume
...se all disks of our server cluster??one volume for NFS and replica 2?one volume for NFS and replica 3? one volume for SAMBA? I want get the capacity already used of each volume, but now one of the volumes write data, the other volumes used will also increase when viewed using df command. Example: eg1: I create a volume with two bricks and the two bricks are on one disk. And write 1TB of data for the volume using the df command, View the space used by the volume. Display volume uses 2TB of space eg2: such as ?When I create a volume on the root partition?I didn't write any data to the volume...
2018 Apr 13
0
how to get the true used capacity of the volume
...??one volume for NFS > and replica 2?one volume for NFS and replica 3? one volume for SAMBA? > I want get the capacity already used of each volume, but now one of the > volumes write data, the other volumes used will also increase when viewed > using df command. > > Example: > eg1: > I create a volume with two bricks and the two bricks are on one disk. And > write 1TB of data for the volume > using the df command, View the space used by the volume. > Display volume uses 2TB of space > > eg2: > such as ?When I create a volume on the root partition?I didn&...
2007 Nov 30
1
Limit connections on per file basis
I host a server where the files on the server are licensed such that only one user can access each file at any one time. To clarify: There could be 100 files on the server, and each file can only ever be read by one user. I'm trying to find a way of either allowing only 1 TCP connection per file, or perhaps forcing a read-lock on every file opened such that no other users can access a file
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking