Displaying 20 results from an estimated 100 matches similar to: "calculating similarity/distance among hierarchically classified items"
2011 Apr 06
1
Treatment of xml-stylesheet processing instructions in XML module
Hello again,
Another stumble here that is defeating me.
I try:
a<-readLines(url("http://feeds.feedburner.com/grokin"))
t<-XML::xmlTreeParse(a, ignoreBlanks=TRUE, replaceEntities=FALSE,
asText=TRUE)
elem<- XML::getNodeSet(XML::xmlRoot(t),"/rss/channel/item")[[1]]
And I get:
Start tag expected, '<' not found
Error: 1: Start tag expected, '<' not
2003 Mar 24
2
Robust standard errors
I am trying to calculate robust standard errors for a logit model. I
installed the package "car" and tried using hccm.default, but that
required an lm object. Is there some way to do a similar operation for a
glm object?
x <- hccm.default(glm(winner ~ racebl + racehi + raceas + inchi + incmed +
edhs + edcol + edba + agec1 + agec4 + sex + margin + regla + regbay +
regsc +
2002 Oct 29
1
samba compiling error
Hello,
I have error on compiling time
I tried on HP-UX 11.00 system with gcc version 3.1 to compile samba source
Samba latest version source was dowloaded from www.us1.samba.org/samba/ftp
I attached log file with this error
thank you.
begin 600 samba_make.log.doc
M(R!M86ME#0HO=7-R+VQO8V%L+W-A;6)A+V)I;B(@+410241$25(](B]U<W(O
M;&]C86PO<V%M8F$O=F%R+VQO8VMS(B
2008 Jun 04
0
7-STABLE and Intel G33
My PC has built-in intel G33 graphics, which I'm trying to get to work
in something better then vesa.
Following the instructions in
http://lists.freebsd.org/pipermail/freebsd-stable/2008-January/039638.html
I have compiled and installed the driver and kernel modules from the git
trees for drm and the xf86-video-intel driver from today.
I also patched agp_i810.c to remove the comments from
2003 Nov 19
0
Windows Offline Folders
Am running Samba 2.2.7 on Red Hat 8.0 with Windows 2K clients patched to SP4
Creating off line folders works fine but if any file is modified off line
and then sync'd back when the laptop is reconnected to the network it comes
back with an unable to connect - access denied message. But I can quite
happily copy the files over manually.
I have attached the log file (log level = 3) for the
2008 Apr 16
4
umass causes panic on 7 amd64
On Tue, Apr 15, 2008 at 12:20 PM, Roland Smith <rsmith@xs4all.nl> wrote:
> On Tue, Apr 15, 2008 at 11:34:31AM -0700, Steve Franks wrote:
> > Being a naturally curious guy, with your pointers, I've located the following:
> >
> > [steve@dystant /var/crash]$ sudo cat info.2
>
> Yep. This is what you need.
>
>
> > Dump header from device
2008 Oct 27
1
ASUS F5N How to
Hi,
My wiki username is: AliAbbas
I would like to add a page entry to
http://wiki.centos.org/HowTos/Laptopsfor the Asus F5N laptop, as to
explain the installation process and how to
configure the hardware.
sincerely,
--
Ali Abbas
This email contains confidential information. If you have received this
email in error, please delete it immediately, and inform us of the mistake
by return email.
2009 Feb 28
2
devd question
I'm trying to make devd run an stty command whenever a USB serial device
is attached. Unfortunately, $device-name is ucom[0-9] and the device
names are /dev/cuaU[0-9] - how do I get the correct name in the device
action? I haven't found a way to extract the number by itself, so I'm
stuck with specifying a separate rule for each number, like so:
attach 100 {
device-name
2009 Jan 16
1
g_vfs_done()...errors
Hello,
while reading/writing dvd on 6-STABLE (can't remember on 7-STABLE right now), I'm getting the message buffer filled by errors.
This is my dvd-rw
$ sysctl dev.acd.0.%desc
dev.acd.0.%desc: PIONEER DVD-RW DVR-109/1.58
attached to
$ sysctl dev.atapci.1.%desc
dev.atapci.1.%desc: VIA 8237A UDMA133 controller
And the followings are some examples of the error:
2013 Oct 01
1
ports binary upgrade question for 9.2
Due to trip to make, I will have to wait few days to
upgrade my nodes to 9.2 release. But, I'd like to learn
the easiest way to handle ports. Thanks to Matthew
Seaman, I will try out txz repos, when I find the
correct address for that. Otherwise, I assume portmaster
might do the job equally well. Reading manual, I guess
flags like -P -a or -PP -a are made to fit?
Next to think would be to
2017 Nov 18
0
Using cforest on a hierarchically structured dataset
Hi,
I am facing a hierarchically structured dataset, and I am not sure of
the right way to analyses it with cforest, if their is one.
- - BACKGROUND & PROBLEM
We are analyzing the behavior of some social birds facing different
temperature conditions.
The behaviors of the birds were recorder during many sessions of 2 hours.
Conditional RF (cforest) are quite useful for this analysis
2006 Nov 04
0
Is there a Classified Ads Script for Rails
Are there any well developed Classified Ads Script for Rails?
2011 Apr 24
1
Logging specific Classified packets
Hi All,
I''m not convinced I have my tcrules correctly setup and looking at the
counters in the mangle table''s tcpost doesn''t really help much as I can''t
tell what is the final match.
Is there a way to match packets in iptables based on the classifier? i.e.
so I can LOG packets classified with 1:18 for example.
I can''t see anything in iptables, except
2012 Feb 13
1
MCMCglmm with cross-classified random effects
Dear R-users,
I would like to fit a glmm with cross-classified random effects with
the function MCMCglmm. Something along the lines:
model1<-MCMCglmm(response~pred1, random=~re1+re2, data=data)
where re1 and re2 should be crossed random effects. I was wondering
whether you could tell me specifying cross-classified random effects
in MCMCglmm requires a particular syntax? Are there any
2008 Mar 14
0
Equation for the standard error of a predicted score for a cross-classified model
All,
I have several years of longitudinal test scores for students (many who
switch schools at various points in time). I am using a mixed-effects model
with crossed random effects to model student trajectories. The model
includes time at level 1 and students crossed with schools at level 2. When
I run the model I get the posterior variances on the intercepts and slopes
for students and schools,
2005 Sep 08
1
Survival model with cross-classified shared frailties
Dear All,
The "coxph" function in the "survival" package allows multiple frailty
terms. In all the examples I saw, however, the frailty terms are nested.
What will happen if I have non-nested (that is, cross-classified) frailties
in the model? Will the model still work? Do I need to take special cares
when specifying these models? Thanks!
Shige
[[alternative HTML
2015 Sep 29
1
Newbie why is dovecot classified diff then sendmail or courier
Hello, this is probably a dumb question, but I can't for the life of me
figure out why sendmail and courier are classified universally as
network-mail-mta whereas dovecot is in places like network-mail-general
or some such place. I've used several Linux distros and have noted this
keenly (they also normally classify photorec, the HD recovery tool as
hardware-photography,so this may just be
2015 Sep 30
0
Newbie why is dovecot classified diff then sendmail or courier
Enlightenment succeeded!
Thanks, David
2003 Oct 31
1
cross-classified random factors in lme without blocking
On page 165 of Mixed-Effects Models in S and S-Plus by Pinheiro and Bates
there is an example of using lme() in the nlme package to fit a model with
crossed random factors. The example assumes though that the data is
grouped. Is it possible to use lme() to fit crossed random factors when the
data is not grouped?
E.g., y <- rnorm(12); a=gl(4,1,12); b=gl(3,4,12). Can I fit an additive
model
2009 Feb 17
1
Cross classified or Multiple membership or Hierarchical (3 level ) logistic models using Umacs
Dear R users,
I would like to fit cross classified or multiple membership logistic models
or a 3 level hierarchical logistic model using the Umacs package. Can anyone
advise me on how to proceed or better point me to examples of how its done.
Regards,
--
Luwis Diya,
Leuven Biostatistics and Statistical Bioinformatics Centre (L-BioStat),
Kapucijnenvoer 35 blok d - bus 7001,
3000 Leuven,