search for: mtb

Displaying 12 results from an estimated 12 matches for "mtb".

Did you mean: mb
2000 Dec 22
1
Found "answer" to my question on MTB's INDICATOR
Dear R-Friends, Sorry to bother everyone with my earlier question: "Do we have similar R function to work like Minitab's INDICATOR?" I found the way to make things work: e.g., > x <- c(2,2,5,3,6,5,NA) > model.matrix(~ factor(x) - 1) factor(x)2 factor(x)3 factor(x)5 factor(x)6 1 1 0 0 0 2 1 0 0 0
2008 Jan 29
1
Virtual Alias Forwarding
...venting that file. I'll post maillog entry, dovecot-deliver.log entry, dovecot-mysql.conf, mysql_virtual_alias_maps.cf, and dovecot.conf below in case that helps. Thanks in advance for anything that helps me resolve this. Maillog: Jan 29 17:23:04 mail postfix/pipe[29368]: D16F657804A: to=<mtb at domain.net>, relay=dovecot, delay=0.03, delays=0.01/0.01/0/0.01, dsn=2.0.0, status=sent (delivered via dovecot service) dovecot-deliver.log: deliver(mtb at domain.net): Jan 29 17:23:04 Info: msgid=<009501c862c5$84086080$4b06a8c0 at comperic>: saved mail to INBOX dovecot-mysql.conf: dr...
2011 Mar 07
3
linear mixed model with nested factors
Hi R-help. I am trying to run a linear mixed model with nested factors with either lme or lmer and I am having no luck obtaining the same results as Minitab. Here is Minitab's code: MTB > GLM 'count' = site year replicate(site year) site*year; SUBC> Random 'year' 'replicate'; Can you tell me how to code this in R? The settings are typeII, Tukey, 95%confidence interval, but I know how to set those in R. I have basic R skills and I've worked wi...
2003 Dec 08
2
Character graphics
...********************** -6 45 *********************** -5 13 ******* -4 6 *** -3 2 * -2 10 ***** -1 18 ********* 0 1 * BTW, Minitab 13 protests when you want to do this: MTB > gstd * NOTE * Character graphs are obsolete. * NOTE * Standard Graphics are enabled. Professional Graphics are disabled. Use the GPRO command to enable Professional Graphics. Has anyone tried to get similar unprofessional displays out of R? Cheers, Murray -- Dr Mu...
2005 Oct 11
1
supermicro with asterisk and tdm cards
Guys. Anybody using supermicro mobos and chassis with TDM cards? I would like to know which models are you using (mobos and chassis and also CPUs) and how many TDM cards have you been able to put in without having IRQ issues like in other cases. Ive read supermicro servers play nice with asterisk but it is always good to ask I guess. Thx! AK
2009 Jun 03
0
CentOS 5.3 SuperMicro x7sbi AHCI
Greetings, Wondering if anyone could assist with this. I have many SuperMicro 5015B-MTB servers. These all have the X7SBi Motherboards. After upgrading to CentOS 5.3 the Hard Drive LED's on some of the servers started blinking red(drive fail) but all is functioning normally. All servers are running raid 1 arrays with MDADM. Primary drive does not blink, but all others do includ...
2002 Feb 12
1
Best Subsets regression
Hi, I have found a minor problem with leaps(). In 1.3.1 under Windows 2000 I seem to only be able to obtain values for one statistic at a time. That is choosing method=c("Cp","adjr2","r2") just gives Cp values. To mimic the output of Minitab's MTB > BReg 'Fertility' 'Agriculture'-'Infant.Mortality' ; SUBC> NVars 1 5; SUBC> Best 5; SUBC> Constant. I need to go data(swiss) leapa <-leaps(as.matrix(swiss[,-1]),swiss[,1],method="Cp", nbest=5) leapb <-leaps(as.matrix(swiss[,-1]),swiss[,1]...
2011 Jun 06
3
rsync and many files
Hello together, I have a question about using rsync with many files. We are using rsync via rsnapshot, but this is not elementary. It is used to backup many (above 100 servers) and works very well. Now there is one server with many (several millions) files. The files are not very big, so the complete backup is about 500 GB. Now my problem is, that the backup needs about 14 hours - the most time
2002 Feb 05
3
COPY_SIZE #define
...er than -B16. PS again, I am not on this list, so please CC me any replies. -- Michael T. Babcock CTO, FibreSpeed Ltd. (Hosting, Security, Consultation, Database, etc) http://www.fibrespeed.net/~mbabcock/ -------------- next part -------------- diff -p -u openssh-3.0.2p1/scp.c openssh-3.0.2p1-mtb1/scp.c --- openssh-3.0.2p1/scp.c Sun Oct 21 20:53:59 2001 +++ openssh-3.0.2p1-mtb1/scp.c Tue Feb 5 11:18:46 2002 @@ -966,7 +966,7 @@ void usage() { (void) fprintf(stderr, - "usage: scp [-pqrvBC46] [-F config] [-S ssh] [-P port] [-c cipher] [-i identity]\n" + "usage: scp...
2010 Feb 18
3
Can R make an usual dotplot
Dear R experts, Can R make an usual dotplot just like Minitab and other softwares? I have the following data, and can use dotchart to graph a dotplot: y=c(2.873438152e-01, -8.732895642e-01, 4.579001889e-01, 1.047395204e+00, 8.491182299e-02 , -1.938007105e+00, -1.273708343e+00, 9.848010588e-05, 7.238490734e-01, -1.490552717e+00) dotchart(y, xlab="10 observations from
2008 Sep 25
5
Dot plot - equivalent of MINITAB
hi folks, Bit of a newbie, but I've spent a fair bit of time looking for an answer on this, with no joy. Can anyone help me? Dataset: A single column of values in a csv file (eg. 52, 53, 54, 85, etc) Goal: In Minitab, you have what they call a dot plot. It's a histogram, where a single dot represents a set of identical values (eg. 57, 57, 57 would be one dot). Multiple dots are
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