search for: eqivalent

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

Did you mean: equivalent
2003 Sep 11
1
S+DOX eqivalent in R?
Dear List, I am looking for a function `Pseudo standard error' (PSE), which is available in S+ DOX (design of experiemnt) module - Is there a similar function available in R? Reference for PSE function is in the paper: 'Quick and easy analysis of unreplicated factorials' by Russell V. Lenth, Technometrics, 1989, 31, 4, 469-473. Thanks. -Nitin
2006 Jan 10
2
graphics pages?
Dear R People: In S Plus, if you have a function which calls the plot function several times, you get several "pages" of graphics output. Is there an eqivalent in R, please? R version 2.2.1 windows Thanks in advance! Sincerely, Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgess at gator.uhd.edu
2006 Jun 28
1
lme - Random Effects Struture
...I'll be more specific, the following is my SAS code proc mixed data=Reg; class ID; model y=Time Time*x1 Time*x2 Time*x3 /S; random intercept Time /S type=UN subject=ID G GCORR V; repeated /subject = ID R RCORR; run; ** (Type =UN for random effects) The eqivalent lme statement I am using is : reglme <- lme(y ~ Time+Time*x1+Time*x2+Time*x3, data=Reg, random = ~ Time | ID) When I compare the results, the values differ by considerable margin; I suppose this is due to the Random effects covariance structure. R output tells me that the structure is &q...
2004 Jun 26
1
OCFS Performance on a Hitachi SAN
...top of path-management packages such as EMC's Powerpath, and it brought to mind a problem I've been having. I'm currently testing a six-node cluster connected to a Hitachi 9570V SAN storage array, using OCFS 1.0.12. I have six LUNs presented to the hosts using HDLM, Hitachi's eqivalent of Powerpath. Here's the problem: I've been noticing outstandingly bad performance using OCFS. Now then - I've benchmarked the Hitachi using iozone with an ext2 filesystem on top of the HDLM-managed LUNs, and seen performance that I would expect - that is, around 500MB/sec sustained...
2007 Mar 19
1
Trying to get a cdwriter to write to loop device
...vfat /dev/loop0 mnt/ [nate@blackbox ~/.wine/drive_c/Program Files/PowerISO]$ sudo wine C:\\Program\ Files\\PowerISO\\cdburn.exe Z:\\media\\usb1\\mnt Z:\\media\\usb1\\usarmy.daa Error 5 opening device \\.\Z:\media\usb1\mnt I added a link to /dev/hdc using winecfg, then tried again (it should be eqivalent to Z:\\dev\\hdc, right?). [nate@blackbox ~/.wine/drive_c/Program Files/PowerISO]$ sudo wine C:\\Program\ Files\\PowerISO\\cdburn.exe D: Z:\\media\\usb1\\usarmy.daa Error 2 opening device \\.\D: [nate@blackbox ~/.wine/drive_c/Program Files/PowerISO]$ sudo wine C:\\Program\ Files\\PowerISO\\cdbur...
2002 May 03
2
Some questions concerning IPtables (& IMQ/SFQ)
...CK-packets (to eleminate problems with ADSL-connections) with IPtables? It wasn''t possible with IPchains, so u32 had to be used. Now there is this nice little --tcp-flags option. But I just don''t know if this is all I need. The u32 was checking for packetsize too. So if there is a eqivalent to the u32 ACK-filterrule, what would it look like? What I have found in the ML is this: ---- # Set ACK as prioritized traffic (ACK''s are less than 100 bytes) $IPTABLES -t mangle -A MANGLE_MARK -p tcp -m length --length :100 -j MARK --set-mark 1 $IPTABLES -t mangle -A MANGLE_MARK -p tcp -...
2004 Sep 01
3
coercing a string naming to a variable name and return value
Hi all, I haven't been able to find how to assess a variable who's name is constructed with paste. The problem is following: In a data frame, there are 12 columns whose title vary only by a digit, all other part being equal. I would like to compute a operation on a subset these variables and parse them in turn. the data frame "basin.param" contains columns called ratio1,
2005 Feb 25
3
Loops and dataframes
Hi, I am experiencing a long delay when using dataframes inside loops and was wordering if this is a bug or not. Example code: > st <- rep(1,100000) > ed <- rep(2,100000) > for(i in 1:length(st)) st[i] <- ed[i] # works fine > df <- data.frame(start=st,end=ed) > for(i in 1:dim(df)[1]) df[i,1] <- df[i,2] #takes for ever R: R 2.0.0 (2004-10-04) OS: Linux, Fedora Core 2
2001 Oct 31
3
Help...Help....WInbind Enum User Problem in Samba 2.2.2
Hi! I am facing a very strainge problem. I am not able to do getent passwd and getent group from nt domain. Wbinfo -u and -g options are working fine. But getent is not returning domain users and groups.I tried smbclient -L hostname option also its giving me errror ERRsrv badpw. I don't know how to solve this problem. Please Please help me to solve this problem. smb.conf , enum user and group