search for: bc1

Displaying 20 results from an estimated 41 matches for "bc1".

Did you mean: b1
2012 Aug 08
1
Wilcoxon test
...and R script are : "" BourdCoup <- c(21, 7.2, 9.2, 0, 8.52, 14.7, 8.31, 6.2, 127.05, 115.2, 100.7, 24, 162.64, 136.8, 95.1, 78.93, 104.7, 21.2, 35.8, 21, 66, 103.4, 74.9, 43.8, 32.1, 14.9, 2.1, 14.4, 36.1, 35, 53.2, 28.9, 0,0,0,8.7,2.7,4.2,0,21.2) groupBC <- as.factor(rep(c("BC1","BC2","BC3","BC4","BC5"), times=1, each=8)) BC1 <- BourdCoup[groupBC=="BC1"] BC2 <- BourdCoup[groupBC=="BC2"] BC3 <- BourdCoup[groupBC=="BC3"] BC4 <- BourdCoup[groupBC=="BC4"] BC5 <- BourdCoup[grou...
2007 Aug 27
2
validate (package Design): error message "subscript out of bounds"
...,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1), bc1 = factor(c(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,2,2,2,2,...
2005 Mar 09
1
plot(bclust) what is the 2nd plot?
Hi everyone, Currently i'm trying to understand the bagged clustering algorithm, bclust {e1071}. When I run the given example in the help file (as below) data(iris) bc1 <- bclust(iris[,1:4], 3, base.centers=5) plot(bc1) and plot the bclust object, 2 graphs are produced. The first is a dendrogram, but what is the second plot? The axes are not labelled and what do the two lines represent? I tried looking in the URL given in the references but that didn'...
2007 Mar 12
1
Print queues not emptying
i'm having this problem: https://bugzilla.samba.org/show_bug.cgi?id=2220 But. i'm running samba 3.0.24 not 3.0.11 as in bug page. take a look: # smbd -b Build environment: Built by: brewbuilder@hs20-bc1-7.build.redhat.com Built on: Wed Feb 7 23:52:44 EST 2007 Built using: gcc Build host: Linux hs20-bc1-7.build.redhat.com 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 i686 i686 i386 GNU/Linux SRCDIR: /builddir/build/BUILD/samba-3.0.24/source BUILDDIR: /builddir/build...
2012 Sep 03
2
boxplot - bclust
Hello everybody, I have a problem with the commando of boxplot -bclust. http://127.0.0.1:13155/library/e1071/html/boxplot.bclust.html > data(iris) > bc1 <- bclust(iris[,1:4], 3, base.centers=5) Committee Member: 1(1) 2(1) 3(1) 4(1) 5(1) 6(1) 7(1) 8(1) 9(1) 10(1) Computing Hierarchical Clustering > boxplot(bc1) Warnmeldungen: 1: In if (x$datamean) { : Bedingung hat Länge > 1 und nur das erste Element wird benutzt (Condition has length &gt...
2011 Mar 01
1
tricky (for me) merging of data...more clarity
...s example will be more clear. I have one file (ex. sheet 1) that will have a column for individuals (ind) and a column for the date (date). I would like to merge this with another file (ex. sheet 2) that has both the 'ind' and date column as well as associated body condition measurements (BC1 and BC2). My problem: The body condition values were measured intermittently throughout an individuals history but for our purposes we would like to treat them as representative of 15 days before and after measurement and days outside of this window should have NAs (there are other data associated...
2011 Feb 27
1
tricky (for me) merging of data
...1/03/87 1 02/03/87 1 03/03/87 1 04/03/87 1 05/03/87 1 06/03/87 1 07/03/87 1 08/03/87 1 09/03/87 1 10/03/87 1 11/03/87 1 12/03/87 1 13/03/87 1 14/03/87 1 15/03/87 1 16/03/87 1 17/03/87 1 18/03/87 1 19/03/87 1 20/03/87 1 21/03/87 1 22/03/87 1 23/03/87 1 24/03/87 Sheet 2 ind BC1 BC2 1 01/02/87 33 3 1 03/03/87 44 3 Sheet 3 ind date BC1 BC2 1 01/02/87 33 3 1 02/02/87 33 3 1 03/02/87 33 3 1 04/02/87 33 3 1 05/02/87 33 3 1 06/02/87 33 3 1 07/02/87 33 3 1 08/02/87 33 3 1 09/02/87 33 3 1 10/02/87 33 3 1 11/02/87 33 3 1 12/02/87 33 3 1 13/02/87 33 3 1 14/02/87...
2003 Jun 26
1
Bagged clustering and fuzzy c-means
Dear All: I'm a newbie to R and chemometrics. Now I'm trying apply bclust on fuzzy c-means like this: >bc1 <- bclust(iris[,1:4], 3, base.centers=20,iter.base=100, base.method="cmeans") Committee Member: 1(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)(11)(12)(13)(14)(15)(16)(17)(18)(19)(20)Erro r in bclust(iris[, 1:4], 3, base.centers = 20, iter.base = 100, base.method = "cmeans") : Could...
2018 Feb 26
0
Ubiquiti Model UAP-AC-PRO
...the zone in there for your loacl recursive resolver makes it really seamless. There are also some firewalld settings to do, opening some ports. Here are mine for the running 5.4.16: [lowen at dhcp-pool157 ~]$ ssh root at unifi Last login: Mon Feb 26 11:49:12 2018 from dhcp-pool157 [root at b1dc-bc1-1-hs21 ~]# firewall-cmd --list-ports 8443/tcp 8080/tcp [root at b1dc-bc1-1-hs21 ~]# cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) [root at b1dc-bc1-1-hs21 ~]# Layer 3 adoption works fine with this set of firewall ports open; none of my AP's have Layer 2 adjacency to the control...
2006 Jul 10
2
chattr +T not implemented?
...attribute implemented? The manual pages entry for chattr suggests it is, but when I check the chattr usage, "T" isn't listed: #chattr -v usage: chattr [-RV] [-+=AacDdijsSu] [-v version] files... FWIIW # cat /proc/version Linux version 2.4.21-40.ELsmp (bhcompile at hs20-bc1-7.build.redhat.com) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-54)) #1 SMP Thu Feb 2 22:22:39 EST 2006 Kind regards, Herta Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
2002 Jun 12
1
Bagged clustering (package e1071)
Dear all, I have a problem with the function "bagged clustering" of package e1071. When I try to run the example of bagged clustering with the iris data : data(iris) bc1 <- bclust(iris[,1:4], 3, base.centers=5) I got the following message error : Loading required package: class Committee Member: 1(1) 2(1) 3(1) 4(1) 5(1) 6(1) 7(1) 8(1) 9(1) 10(1)Error in bclust(iris[, 1:4], 3, base.centers = 5) : couldn't find function "knn1" In addition: Warning...
2006 Apr 06
1
for "bclust" in package "e1071"
Hi All, Could you please help with the error I get from the following codes? > Library(cluster) > data(iris) > bc1 <- bclust(iris[,2:5], 3, base.method="clara", base.centers=5) Then I got: "Committee Member: 1(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)(11)(12)(13)(14)(15)(16)(17)(18)(19)(20) Error in bclust(iris[, 2:5], 3, base.method = "clara", base.centers = 5): Could not find...
2009 Feb 26
0
How do I retrieve column and row names after comparing two matrices?
Hello, I have two matrices as shown below: Matrix 1 ID AB1 BC1 CD1 ... name1 1,1 2,1 0,2 ... name2 2,0 1,2 1,2 ... name3 0,2 1,1 2,0 ... name4 2,0 0,2 0,2 ... Matrix 2 ID AB2 BC2 CD2 ... name1...
2011 Sep 15
1
Where to put tryCatch or similar in a very big for loop
Dear all, I am running a simulation study to test variable imputation methods for Cox models using R 2.9.0 and Windows XP. The code I have written (which is rather long) works (if I set nsim = 9) with the following starting values. >bootrs(nsim=9,lendevdat=1500,lenvaldat=855,ac1=-0.19122,bc1=-0.18355,cc1=-0.51982,cc2=-0.49628,eprop1=0.98,eprop2=0.28,lda=0.003) I need to run the code 1400 times in total (bootstrap resampling) however, occasionally the random numbers generated lead to a singularity and hence the code crashes as one of the Cox model cannot be fitted (the 10th iteration i...
2007 Jul 17
1
RH domU doesn''t see disk?
.../dev/mapper/XEN-scalixvar lrwxrwxrwx 1 root root 20 Jul 16 23:48 test -> /dev/mapper/XEN-test [root@mt-mail1 xen]# xm create -c scalix2 Using config file "/etc/xen/scalix2". Started domain hating-xen Bootdata ok (command line is ) Linux version 2.6.18-8.1.6.el5xen (brewbuilder@hs20-bc1-7.build.redhat.com) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Fri Jun 1 19:06:54 EDT 2007 BIOS-provided physical RAM map: Xen: 0000000000000000 - 0000000020800000 (usable) No mptable found. Built 1 zonelists. Total pages: 133120 Kernel command line: Initializing CPU#0 PID hash table...
2017 Dec 20
2
outlining (highlighting) pixels in ggplot2
...9, -0.0156), nrow = 15, ncol = 12, byrow=TRUE, dimnames = list(rev(c("TH1", "IN1", "IN3", "GL1", "LH1", "ED9", "TC1", "TC2", "TC3", "UT1", "UT3", "UT5", "GC1", "BC1", "WC1")), c(format(seq(as.Date('2000-10-01'), as.Date('2001-09-30'), by='month'), "%b")))) # palette definition palette <- colorRampPalette(c("darkblue", "blue", "white", "red&quot...
2018 Feb 16
9
Ubiquiti Model UAP-AC-PRO
Everyone, Have any of you installed ubiguiti wireless routers on your network? It looks like the setup requires the use of software; they have some packages that are ready made for Ubuntu and Debian, but not RedHat https://www.ubnt.com/download/unifi/unifi-ap-ac-pro Have any of you tried or succeeded in installation this on Centos 7.4? Greg Ennis
2005 Nov 17
2
Dovecot LDA config problem on RHEL 4 x86_64
Hello, Has anyone succeeded on configuring and compiling Sieve capable Dovecot LDA on RHEL 4 x86_64 platform? I am having problems with configure script hanging on sed while creating Makefiles. # ./configure --with-dovecot=../dovecot .. checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for library containing
2007 Aug 07
1
Errors compiling wine under Red Hat
...'m limited to installing on my shared (AFS) space. In any case, I'd probably want it to run from my user space anyways, so that its accessible from all boxes on the network. Some required information, probably: dc3nep68% cat /proc/version Linux version 2.6.9-42.0.10.ELsmp (brewbuilder@ls20-bc1-14.build.redhat.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 SMP Fri Feb 16 17:13:42 EST 2007 When I log in, it greets me with: CAEN Red Hat Enterprise Linux WS release 4 (Nahant Update 4) I know, these boxes are pretty old. There's not much I can do about that. I tried to do an RPM...
2006 Nov 06
1
asterisk 1,4 and google talk
...that the check for "gcc -lgnutls" passed. [root@linux asterisk]# rpm -qi gnutls Name : gnutls Relocations: (not relocatable) Version : 1.0.25 Vendor: Red Hat, Inc. Release : 2.FC4 Build Date: Fri 10 Feb 2006 02:51:42 PM PST Install Date: Tue 31 Oct 2006 03:21:16 PM PST Build Host: hs20-bc1-7.build.redhat.com Group : System Environment/Libraries Source RPM: gnutls-1.0.25-2.FC4.src.rpm Size : 664600 License: LGPL Signature : DSA/SHA1, Fri 10 Feb 2006 05:10:47 PM PST, Key ID b44269d04f2a6fd2 Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://www.gnutls.or...