Displaying 20 results from an estimated 300 matches for "holm".
Did you mean:
hold
2009 Apr 01
0
How to set the number of multiple comparisons (Bonferroni-Holm)
...et, which
resulted in rejection of the null hypothesis (Kruskal-Wallis-test = H-test).
In order to find out which sample means actually are statistically
different, we want to do multiple comparisons with the Wilcoxon rank sum
test (= U-test); the p-level should be corrected according to
Bonferroni-Holm. Thus we decided to use the following R syntax:
pairwise.wilcox.test (x, g, p.adjust.method = "holm", paired = FALSE)
Since there are 22 sample means in the dataset, lots of comparisons are
possible and the Bonferroni-Hom correction method would apply very low
p-levels. Since we are onl...
2006 Jun 14
49
[Bug 464] state match sometimes failes RELATED,ESTABLISHED matches
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=464
------- Additional Comments From holm@theorie.physik.uni-goettingen.de 2006-06-14 15:00 MET -------
I run into the same probs with Mandriva kernel.
All kernel >2.6.11 are definitly affected.
kernel 2.6.8.1 has no problems.
Hope this helps a little bit.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?t...
1998 Jul 14
1
Are post-hoc tests being developed for R?
Hi-
Is anyone working on multiple comparisons of means or post-hoc tests
(ie: Tukey, Bonferroni) for R? I saw in the winter 98' archives of the R
mailing lists that these tests had not been implemented yet, I was just
wondering if I could look foward to having them. ;-)
I also looked through the contributed packages and didn't see anything
that offered such tests.
I guess I could check
2013 Aug 12
1
openssh 6.2
...SSH_6.2p2, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /opt/local/etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to msp9022 [10.141.10.31] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/Users/sherlock holmes/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /Users/sherlock holmes/.ssh/id_rsa type 1
debug1: identity file /Users/sherlock holmes/.ssh/id_rsa-cert type -1
debug3: Incorrect RSA1 identifier
debug3: Could not load "/Users/sherlock holmes/.ssh/id_dsa" as a RSA1 public key...
2008 May 19
6
Sample Code, quick simple openid auth
You''ll need to install the ''openid'' gem for this, and require it in
your camping app:
class Login < R ''/login''
def get
this_url = ''http:'' + URL(''/login'').to_s
unless input.finish.to_s == ''1''
# start doing the auth here
begin
1998 Jul 16
1
R-beta: Re: Post-hoc tests
Matt,
Here's a Bonferroni-corrected multiple one-sample t-test that I wrote
some years ago. It took a while to get it into R, as na.omit doesn't
seem to handle vectors and I had to write a quick kludge (na.remove).
Another more general point was that I discovered that the help page for
t.test gives the name "parameters" for the degrees of freedom, as in S.
However, the name
1999 Nov 25
0
desperate!
...ing
to follow what this code exactly does (especially the last bit). How
would I link it to the ANOVA results? What sort of output would
these functions give me - adjusted p values? How would I then
interpret these?
I'd really appreciate any help!!!
-----------------
Code for Bonferroni, Holm and Hochberg post hoc tests:
p.adjust.holm <- function(p, n=length(p)) {
##n <- length(p)
r <- rank(p)
index <- order(p)
qi <- p*(n+1-r)
for (i in 2:length(p)) {
qi[index[i]] <- max(qi[index[i+1]])
}
list(adjp=pmin(qi, 1), p=p, method="Holm&...
2009 Jul 06
0
R won't recognize the order
...DAG function from the package
'SIN'.
Description of sinDAG
This function computes the matrix of simultaneous p-values for SIN model
selection for acyclic
directed graphs (DAGs). SIN assumes that a total ordering of the variables
is available (e.g., as a
time-order).
Usage
sinDAG(order,S,n,holm=TRUE)
Arguments
order - a list of pairwise different integers amongst 1, . . . , p where p
is the number of
variables. This list specifies a total ordering of the variables by the
convention
that a list element is smaller than succeeding list elements.
S - a covariance or correlation matrix.
n -...
2011 Mar 15
1
Sherlock Holmes: The Awakened
trying to start Sherlock Holmes: The Awakened v1.0. Ubuntu 10.10 wine-1.3.15. It's being start and get a window: By the first start you must have administrator privilege. Something like this. What does it mean? I mean, that I knew what it mean, :) but how can I fix it?
2011 Oct 12
2
p adjustment on 4thcorner results
Hi all,
This is probably a very simple question but I cannot figure out how to do
it. I run the fourthcorner method with my data and would like to adjust the
p values for multiple comparisons using Holm correction. When I run the
fourthcorner I obtain the results in yellow. What do I need to do to be able
to aply the Holm correction to those p values?
> library(ade4)
> four1 <- fourthcorner(tabR, tabL, tabQ, modeltype = 1, nrepet = 999, tr01
= FALSE)
> summary(four1)
Fourth-corner Sta...
2005 Jul 20
5
Samba Server not using domain users as samba users
...rnkey solution, but rather someone who can work with me to help me troubleshoot this problem so that I can get this working. This is a test deployment preparatory to doing the full up one on the file server.
If you need any further information, please feel free to e-mail
thanks very much
TIM HOLMES
IT Manager / Webmaster / Science Teacher
Medina Christian Academy
A Higher Standard...
Jeremiah 33:3
Jeremiah 29:11
Esther 4:14
2008 May 21
32
Rack, Camping 2.0++
...any bugs.
* Releasing 2.0 - Make lots of hype so everybody ports their apps to 2.0
* Then we''ll see if any bugs appear, fixes them quickly and releasing 2.1.
---
This is just some proposals, the community (aka YOU) have to decide what we
should do. So what are your thoughts?
---
Magnus Holm
2008 Jul 19
2
Resolved: Apache + CGI/FastCGI + mod_rewrite
This is the last time I try to fix something in the middle of the
night! Feel free to call me a Stupid Snake, ''cause this has been
messy. Anyway, I think I''ve finally solved this.
Here it is: http://pastie.org/237138 :-)
--
Magnus Holm
2008 May 24
19
Camping 2.0 - What''s left?
...9;t need to target all of these issues for 2.0,
we must have
something left for 2.1 :-)
[1] http://github.com/judofyr/camping [2]
http://camping.rubyforge.org/classes/Camping/H.html vs
http://camping.rubyforge.org/classes/WEBrick.html
---
Magnus "We''re missing _why in #camping" Holm
2008 Jul 14
1
applying complex functions by groups
...d I would like to apply categorical data imputation functions to the other two columns, doing so by groups. I have tried APPLY, BY and SPLIT, but have not had much luck getting it to work. I wonder if anyone has suggestions for how I might do this kind of by groups processing. Thanks very much.
Holmes
Holmes Finch
Associate Professor
Director of Research, Office of Charter School Research
Department of Educational Psychology
Ball State University
Muncie, IN 47306
(765) 285-3668
My favorite quote:
"I was gently accused of escapism during a TV interview about a book I had written on my...
2016 Apr 21
3
Creating Syslinux UEFI usb boot
...iles?
I haven't been able to find a description/recipe on how to set up UEFI boot with Syslinux. Why is there none, or where is it? That would probably be easier.
Den 20. april 2016 kl. 12.08.26 +02.00 skrev Gene Cumm <gene.cumm at gmail.com>:
> On Wed, Apr 20, 2016 at 5:03 AM, Atle Holm <<atle at team-holm.net>> wrote:
>
> > I recognize hardware with Lua and execute the ESXi installer with
> > configuration files for that hardware.
> > This works fine with normal Syslinux boot, but I want to get it working for
> > UEFI boot as well.
> >...
2009 Feb 11
1
p.adjust; n > length(p) (PR#13519)
Full_Name: Ludo Pagie
Version: 2.8.1
OS: linux
Submission from: (NULL) (194.171.7.39)
p.adjust in stats seems to have a bug in handling n>length(p) for (at least) the
methods 'holm' and 'hochberg'.
For method 'holm' the relevant code:
i <- 1:n
o <- order(p)
ro <- order(o)
pmin(1, cummax((n - i + 1) * p[o]))[ro]
where p is the supplied vector of pvalues and n is the supplied number of
comparisons. If n>length(p)...
2007 May 29
3
FW: Help Please! - Copying files from Windows to Samba share loses connection
...on showed in Windows. Could this be causing my problem? I
was able to join this server to the domain and I could retrieive a list of
users using the winfo command.
Thanks!
Will
-----Original Message-----
From: Aaron Kincer [mailto:kincera@gmail.com]
Sent: Tuesday, May 29, 2007 12:21 PM
To: Will Holmes
Cc: samba@lists.samba.org
Subject: Re: [Samba] Help Please! - Copying files from Windows to Samba
share loses connection
I see you don't have the server string set.
Have you tried to join this server to the domain with a net ads join
command?
Will Holmes wrote:
> Hello all,
>
>...
1998 Oct 22
1
NT machines can't see each other
...n the network neigborhood. Win95 & 98 are a little
weirder: some machines show up and others don't.
Any ideas on where to start? I've read the browsing docs and everything
looks correct.
Chris
--
==========================================================================
Christopher Holmes Phone: 978-371-9115 x12
Papillon Research Corporation Fax: 978-371-9175
52 Domino Drive, Concord, MA 01742 Me: holmes@papillonres.com
http://www.papillonres.com/~papillon Inquiries: info@papillonres.com
2005 Aug 11
2
Finding the GID of AD groups on samba
...where I should look for them.
Can someone point me in the right direction. Specifically, what I am
looking for is a command that will allow me to generate a list of all
the user groups on the system and their GID. This will allow me to
chgrp the folders as necessary.
Thanks
TIM
Timothy A. Holmes
IT Manager / Webmaster / Computer Teacher
Medina Christian Academy
A Higher Standard...
Jeremiah 33:3
Jeremiah 29:11
Esther 4:14