search for: aurelius

Displaying 20 results from an estimated 28 matches for "aurelius".

2008 Aug 13
2
Tiny help for tiny function
...") : Fehlender Wert, wo TRUE/FALSE n?tig ist Error in if (x >= 0.8 | x <= -0.8 | x == NA) x else ("low corr.") : Missing value, where TRUE/FALSE is needed How can I do this right. Thanks for help B. ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http://www.nabble.com/Tiny-help-for-tiny-function-tp18963310p18963310.html Sent from the R help mailing list archive at Nabble.com.
2008 Jun 18
2
randomForest outlier
...avoid88$Sex), type="h",col=c("red","green")[as.numeric(FemMalSex_NAavoid88$Sex)]) it seems to me that all my values appear as outliers. Has anybody suggestions what is going wrong in my analysis? ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http://www.nabble.com/randomForest-outlier-tp17979182p17979182.html Sent from the R help mailing list archive at Nabble.com.
2008 Jun 30
1
ctree (party) plot meaning question
...two groups. In the plot are only two variables shown (2 internal nodes) and 3 final nodes. Does it mean that only these two variables show a significant asssociation with the response? :confused: Many thanx in advance B. ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http://www.nabble.com/ctree-%28party%29-plot-meaning-question-tp18200611p18200611.html Sent from the R help mailing list archive at Nabble.com.
2008 Jul 30
2
problem with read.table()
...the classes after reading in the table, but I really would like to know how to do this right. I would be very glad if somebody has an idea, or could tell me, how I could find out, what`s going wrong. Many thanks in advance B. ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http://www.nabble.com/problem-with-read.table%28%29-tp18729348p18729348.html Sent from the R help mailing list archive at Nabble.com.
2008 Jun 05
2
bartlett.test()
i'm trying to test the homogeneity of variance of 92 samples each one contains 3 observations. to use bartlett.test function i have created a (3,92) matrix (named xx): >bartlett.test(xx) this message appears: >Erreur dans bartlett.test.default(xx) : l'argument "g" est manquant, avec aucune valeur par d?faut when i checked the help i have understood that in g i should
2008 Sep 02
2
cluster a distance(analogue)-object using agnes(cluster)
...diss=TRUE) Would be great if somebody could help me. The dataset that I would like to use for the clustering also contains factors. and gives me the same Error message as in the not working example. Thanks in advance B. ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http://www.nabble.com/cluster-a-distance%28analogue%29-object-using-agnes%28cluster%29-tp19267349p19267349.html Sent from the R help mailing list archive at Nabble.com.
2008 Aug 07
4
Switch two rows in a matrix
Hi all, I have a 4 by 4 matrix, and I want to switch row 2 and row 3 first, then switch column 2 and column 3. Is there an easy way to do it? The following is a tedious way to get what I want. But I wonder if there is a way to simplify this. > a=matrix(rnorm(16),4,4) > a [,1] [,2] [,3] [,4] [1,] 0.33833811 -0.9422273 -0.06181611 -1.8346134 [2,] -0.68167996
2008 Aug 13
2
mob(party) formula question
...ossibility to use always one variable of the correlated variable-pairs for partitioning and one for modelling? I would be very happy if somebody could give me some hints or answers to my questions. Many thanks in advance. B. ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http://www.nabble.com/mob%28party%29-formula-question-tp18959898p18959898.html Sent from the R help mailing list archive at Nabble.com.
2006 Oct 04
2
server disk subsystem benchmarks, bonnie++ and/or others?
Greetings I've searched to no avail so far... there is bound to be something more intelligible out there...??? I am playing with bonnie++ for the first time... May I please get some advise and list experience on using this or other disk subsystem benchmark programs properly with or without a GUI ? Test system in this case is a Compaq DL360 with 2 to 4 Gig DRAM and qty (2) 36Gig 10k drives
2008 Jul 09
0
problems using mice()
...Argument des Typs 'double' nach boolesch 1: In any(predictorMatrix[j, ]) ... : transform argument of type 'double' to boolesch I would be very happy if somebody could help me to fix this. Thanks in advance. B. ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http://www.nabble.com/problems-using-mice%28%29-tp18358093p18358093.html Sent from the R help mailing list archive at Nabble.com.
2008 Jul 10
0
ace error because of missings?
...001 0000100 0010000 0100000 1000000 1001000 1100100 1111111 274 5 1 3 7 2 1 1 4 Can I fix this somehow? Thanks in advance Birgit ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http://www.nabble.com/ace-error-because-of-missings--tp18385322p18385322.html Sent from the R help mailing list archive at Nabble.com.
2008 Jul 31
0
Sperman Correlation with rcorr (Hmisc)
...ehler in storage.mode(x) <- if (.R.) "double" else "single" : (list) object can not be altered into 'double'. Can somebody tell me what is going wrong with my code? Many thanks in advance. B. ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http://www.nabble.com/Sperman-Correlation-with-rcorr-%28Hmisc%29-tp18758029p18758029.html Sent from the R help mailing list archive at Nabble.com.
2005 May 27
2
rpm problem after recent yum update
After a yum update (yesterday), I am now unable to install any rpm package. An example of the error message is duplicated below: %pre(VMwareWorkstation-5.0.0-13124.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet failed (2), skipping VMwareWorkstation-5.0.0-13124 Could anyone help? Thanks in advance.
2007 May 31
1
regex in case statement
I would like to do a case statement based on different vlans. If a person does a case statement on $ipaddress provided by facter, can you match regex expressions such as case $ipaddress { "192.168.1.[0-9]+": do something "192.168.2.[0-9]+": do something else } Also, would this best be solved by a case statement or other functionality within puppet? Thanks
2006 Nov 03
0
CFengine vs. Puppet on sage.org
...be on the sage mailing list, a couple of people are debating the relative merits of Puppet and cfengine: http://www.sage.org/lists/sage-members-archive/2006/msg01433.html -- Never esteem anything as of advantage to you that will make you break your word or lose your self-respect. -- Marcus Aurelius Antoninus --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
2010 Sep 25
2
possible additional comment regarding newer PHP
again, from here: http://wiki.centos.org/FAQ/CentOS5 regarding a newer version of PHP, a number of PHP experts that i know of suggest that, if you truly need an up-to-date version of PHP, you should: rpm -ivh http://rpms/famillecollet.com/enterprise/remi-release-5.rpm while remi collet's repo isn't official, it's accepted by numerous developers as a reliable source of newer PHP
2008 Aug 06
1
Correlation dichotomous factor, continous (numerical) and ordered factor
...ld do that in R. Is it possible with cor(), rcorr(), cormat() or other R-functions using one of the available correlation-coefficients. I would be very happy if somebody could enlighten my darkness. Many thanks in advance. B. ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http://www.nabble.com/Correlation-dichotomous-factor%2C-continous-%28numerical%29-and-ordered-factor-tp18852158p18852158.html Sent from the R help mailing list archive at Nabble.com.
2011 Jan 22
0
[Announce] Samba 3.4.10 Available for Download
================================================================== "Each day provides its own gifts." Marcus Aurelius ================================================================== Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.10 include: o Fix smbd coredump (bug #7617). o Fix Winbind internal error (bug #7636). o Fix f...
2011 Jan 22
0
[Announce] Samba 3.4.10 Available for Download
================================================================== "Each day provides its own gifts." Marcus Aurelius ================================================================== Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.10 include: o Fix smbd coredump (bug #7617). o Fix Winbind internal error (bug #7636). o Fix f...
2008 Jun 18
3
Cluster on both categorical and numerical data
Hello there. Is there any function in R that can do cluster on a set of data that has both categorical and numerical variables? thanks. siangli