search for: mnx

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

Did you mean: max
2009 Jun 30
2
NaiveBayes fails with one input variable (caret and klarR packages)
...get different error messages from caret than from klaR so I will provide the code for caret usage and klaR usage. Here is the code which uses the iris dataset. > library(klaR); Loading required package: MASS > X<-iris["Sepal.Length"]; > Y<-iris["Species"]; > mnX<-as.matrix (X); > mnY<-as.matrix (Y); > cY<-factor(mnY); > d <- data.frame (cbind(mnX,cY)); > m<-NaiveBayes(cY~mnX, data=d); > predict(m); Error in as.vector(x, mode) : invalid argument 'mode' > library(caret); Loading required package: lattice > mCaret&l...
2010 Feb 01
2
Missing names in LMER and GLM
...if anybody could help. I am trying to run generalized linear mixed effect model, and am using 'lmer', but some of the names inside the data do not show up in the summary after I compute the 'lmer'. As a close example of the data I have, the objects are Calls = MM, MB, MM, MM, MN, MNX, MNX, ... -this is made up of MM, MB, MN and MNX passes = 3, 5, 1, 6, 3, 6, 3, ... - this is made up of integer values, each corresponding to either MM, MB, MN or MNX as in Calls Night = 1, 4, 5, 2, 4, 1, ... - this is made up of integers from 1 to 5, and is a random variable The...
2010 Sep 01
8
how to replace NA with a specific score that is dependant on another indicator variable
Hi everyone, I’m looking for a clever bit of code to replace NA’s with a specific score depending on an indicator variable. I can see how to do it using lots of if statements but I’m sure there most be a neater, better way of doing it. Any ideas at all will be much appreciated, I’m dreading coding up all those if statements!!!!! My problem is as follows: I have a data set with
2011 Feb 16
4
Sensible, Manageable, CentOS puppetmaster?
I''ve been going round in circles a little bit in the last few days trying to figure out how to get a 64-bit CentOS-based puppetmaster that can be managed/provisioned via puppet also - so I''d like ruby, passenger, rails etc coming from RPMs and yum. As far as I can see, the three choices are: 1) Puppetlabs prosvc repo, which specifically says it can go away at any time 2)
2008 Mar 13
12
7-disk raidz achieves 430 MB/s reads and 220 MB/s writes on a $1320 box
...0M 0 c0t3d0s7 - - 1.02K 0 62.0M 0 c1t0d0s7 - - 1.01K 0 61.9M 0 c2t0d0s7 - - 1.02K 0 62.0M 0 c2t1d0s7 - - 1.02K 0 61.9M 0 ------------ ----- ----- ----- ----- ----- ----- "iostat -Mnx 2" extended device statistics r/s w/s Mr/s Mw/s wait actv wsvc_t asvc_t %w %b device 1044.8 0.5 61.7 0.0 0.1 14.3 0.1 13.6 4 81 c0t0d0 1043.3 0.0 61.7 0.0 0.1 15.4 0.1 14.7 5 84 c0t1d0 1043.3 0.0 61.7 0.0 0.1 14.7...
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
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *