Displaying 4 results from an estimated 4 matches for "brusco".
Did you mean:
rusco
2006 Jan 07
1
Clustering and Rand Index
Dear WizaRds,
I am trying to compute the (adjusted) Rand Index in order to comprehend
the variable selection heuristic (VS-KM) according to Brusco/ Cradit
2001 (Psychometrika 66 No.2 p.249-270, 2001).
Unfortunately, I am unable to correctly use
cl_ensemble and cl_agreement (package: clue). Here is what I am trying
to do:
library(clue)
## Let p1..p4 be four partitions of the kind
p1=c(1,1,1,2,2,2,3,3,3)
p2=c(1,1,1,3,2,2,3,3,2)
p3=c(1,2,1...
2011 Mar 18
2
dovecot LDA: "temporary failure"
This really has me stumped and desperate. I upgraded Debian from 5
to 6 (squeeze) and now Dovecot LDA fails. I have checked permissions
and the usual. Postfix SMTP, Dovecot POP3 and Dovecot IMAP work.
Having to upgrade MySQL from 5.0 to 5.1 made me question that. Logging is
of little help. I have turned on logging for LDA to a separate file.
When I try to run the deliver command it returns
2006 Mar 23
0
kmeans Clustering
Dear WizaRds,
My goal is to program the VS-KM algorithm by Brusco and Cradit 01 and I have
come to a complete stop in my efforts. Maybe anybody is willing to follow my
thoughts and offer some help.
In a first step, I want to use a single variable for the partitioning process.
As the center-matrix I use the objects that belong to the cluster I found with
the...
2007 Jul 21
0
Binomial multi-level (hierarchical) modelling [partly stats question, not completely R related]
...cbind(count, remain) ~ region + country, "binomial", data=d1)
summary(m3)
# and with REAL data:
# Call:
# glm(formula = cbind(count, remain) ~ region + country, family =
"binomial",
# data = d1)
#
# Deviance Residuals:
# Basu:2000 Brusco:2004 Filla:2000
Hadjivassiliou:2003 Juvonen:2005 Leggo:1997
Maruyama:2002 Nagaoka:1999 Onodera:2000
Pujana:1999 Saleem:2000 Schols:1997
# -6.322e-08 -2.978e-01 3.468e-01
7.383e-02 0....