Displaying 20 results from an estimated 200 matches similar to: "validate (package Design): error message "subscript out of bounds""
2012 Aug 08
1
Wilcoxon test
Dear list,
I am facing a problem in my statistical analyses on R.
My experiments are about plants, I record there growth after each cutting (every 3 weeks).
'BC' is for the plant, and '1' to '5' is the time of cutting and recording.
The data 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,
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
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
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
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
=
2011 Feb 27
1
tricky (for me) merging of data
Dear List,
I am having trouble with a tricky merging task. I have one data sheet that
has dates (continuous) that radio collared individuals were monitored via
telemetry. I have a different sheet containing data from instances where
individuals were recaptured and associated body condition data was recorded
(sheet 2). I would like to merge the two sheets by individual and date (I
can do this
2006 Jul 10
2
chattr +T not implemented?
We run a third party application that creates an inordinate amount of
subdirectories in a single directory. To speed up I/O, I wanted to set
the T attribute on the directory that will hold the subdirectories. The
"chattr +T /usr/local/lepus-bb/a-0607" command returns status 0, but
when I verify the setting, the attribute isn't there:
# lsattr -d /usr/local/lepus-bb/a-0607
2009 May 27
2
Intra-observer reliability
Hi,
I searched a lot on the internet but was unable to find the function for
calculating the kappa statistics for intra-observer reliabilty.
Can anybody help me in the this regards.
Thanks,
Shreyasee
[[alternative HTML version deleted]]
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
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,
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",
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
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
2004 Jul 26
1
group definition for a bootstrap
Hi,
This is probably really simple, but I am clearly not R-minded, I have read
the help files, and reread them, and I still can't work out what to do...
I have a data frame (d) with 3 columns (age (0-5), quarter (1-4) and x).
I want to estimate the precision of my mean x by age and quarter, so I want
to carry out a bootstrap for each group.
I am trying to do this within a loop, so I don't
2006 Aug 16
2
RedHat Node Panic Weekly
See earlier post - May 10th "Node Panic"
Can anyone tell me what might be happening here? I have a 3 node
cluster running under RH AS 4 (2.6.9-34.ELsmp) with ocfs2 v.
1.2.1. I've upgraded to 1.2.1 as suggested in the previous post,
but one or more of my nodes continues to panic weekly:
Aug 16 15:29:02 linux96 kernel: (6670,2):ocfs2_extend_file:787 ERROR: bug expression:
2007 Jul 17
1
RH domU doesn''t see disk?
more /etc/xen/scalix2
kernel="/boot/vmlinuz-2.6.18-8.1.6.el5xen"
memory = 512
name = "hating-xen"
vif = [''ip = "10.0.1.150", bridge=xenbr0'']
disk = [
''/dev/XEN/scalixroot,sda1,w'',
''/dev/XEN/scalixvar,sda3,w'',
''/dev/XEN/scalixswap,sda2,w''
]
It
2017 Dec 20
2
outlining (highlighting) pixels in ggplot2
Using the small reproducible example below, I'd like to know if one can
somehow use the matrix "sig" (defined below) to add a black outline (with
lwd=2) to all pixels with a corresponding value of 1 in the matrix 'sig'?
So for example, in the ggplot2 plot below, the pixel located at [1,3] would
be outlined by a black square since the value at sig[1,3] == 1. This is my
first
2011 Mar 12
1
What iSCSI is used in Centos 5 and RHEL6?
I was looking up on iSCSI in preparation and became aware that there
are different iSCSI software/drivers/whatever-is-the-correct-term
available. e.g.
IET http://iscsitarget.sourceforge.net/
SCST http://scst.sourceforge.net/
STGT http://stgt.berlios.de/
LIO http://linux-iscsi.org/
Based on what I can see, it seems to be STGT because the site provides
a link to Redhat advisory which seems to
2007 Aug 07
1
Errors compiling wine under Red Hat
Hello, all,
I'm trying to get Wine running on some Red Hat boxes at my University (don't
worry, I have permission!) ... But, I don't have any root access to the
boxes, and I'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,
2006 Nov 06
1
asterisk 1,4 and google talk
hi fellow asterisk enthusiasts,
i've configured jabber.conf and gtalk.conf as descibed on voip-info.org
(http://www.voip-info.org/wiki/view/Asterisk+Google+Talk).
i see these messages on the CLI now, and i haven't been able to get
Asterisk-Gtalk connectivity to work.
*CLI>
[Nov 3 22:17:01] WARNING[30878]: res_jabber.c:1504 aji_recv_loop: JABBER:
socket read error
*CLI>
JABBER: