Displaying 20 results from an estimated 20000 matches similar to: "Basic question from newbie..."
2010 Jan 04
1
metafor: using mixed models
Dear all,
I'm currently applying a mixed model approach to meta analysis using the
package metafor. I use the "model.matrix()" function to create dummy
variables. The option btt gives me the combined test for the dummies.
Problem is, I don't know which indices I have to use, and can't really
figure it out from the help file and the examples. I use following code :
X <-
2020 Sep 01
10
remove revalidate_disk()
Hi Jens,
this series removes the revalidate_disk() function, which has been a
really odd duck in the last years. The prime reason why most people
use it is because it propagates a size change from the gendisk to
the block_device structure. But it also calls into the rather ill
defined ->revalidate_disk method which is rather useless for the
callers. So this adds a new helper to just
2007 Jun 30
1
[LLVMdev] Repository Layout
Hello, Reid.
> Fortunately, with SVN, making such a change isn't hard and its tracked
> in the commits. Anyone object or have other ideas in this realm?
I'm also confused. At one hand, proposed layout (with BTT in the top)
seems to be "unnatural", when we will create new tags/branches.
In theory, each module can have its own version, thus if the want to
"tag"
2013 Jan 19
1
dummy encoding in metafor
Hi,
I am quite new to R and in need of some advice. I am trying to conduct a meta regression over a some studies with about 7 mod variables which I have to dummy encode.
I have found the following piece of code in the manual for the metafor library:
### manual dummy coding of the allocation factor
alloc.random <- ifelse(dat$alloc == "random", 1, 0)
alloc.alternate <-
2008 Apr 24
4
Napster.......
Hello all.
I'm new(ish) to the world of linux and am about to finally make the plunge and ditch windows completely. However, there's only one program that I want from windows that I use regularly and that is napster for it's music subscription service. It really is a brilliant service as the choice and variety can't really be matched.
Now, I don't know if this is the right area
2016 Aug 17
20
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
This is an attempt to fix the issue that some disks' sysfs attributes are not
ready at the time its KOBJ_ADD event is sent.
The symptom is during device hotplug, udev may fail to find certain attributes,
such as serial or wwn, of the disk. As a result the /dev/disk/by-id entries are
not created.
The cause is device_add_disk emits the uevent before returning, and the callers
have to create
2016 Aug 17
20
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
This is an attempt to fix the issue that some disks' sysfs attributes are not
ready at the time its KOBJ_ADD event is sent.
The symptom is during device hotplug, udev may fail to find certain attributes,
such as serial or wwn, of the disk. As a result the /dev/disk/by-id entries are
not created.
The cause is device_add_disk emits the uevent before returning, and the callers
have to create
2016 Jun 30
17
[PATCH v2 00/12] gendisk: Generate uevent after attribute available
The race condition is noticed between disk_add() and disk attributes, on
virtio-blk hotplug.
Userspace listens to the KOBJ_ADD uevent generated in add_disk(). At that
point we haven't created the serial attribute file, therefore depending
on how fast udev reacts, the /dev/disk/by-id/ entry doesn't always get
created.
As pointed out by Christoph Hellwig in the specific fix [1], virtio-blk
2016 Jun 30
17
[PATCH v2 00/12] gendisk: Generate uevent after attribute available
The race condition is noticed between disk_add() and disk attributes, on
virtio-blk hotplug.
Userspace listens to the KOBJ_ADD uevent generated in add_disk(). At that
point we haven't created the serial attribute file, therefore depending
on how fast udev reacts, the /dev/disk/by-id/ entry doesn't always get
created.
As pointed out by Christoph Hellwig in the specific fix [1], virtio-blk
2017 Oct 10
1
Opensolaris-ish joins but does not seem to be valid
----- Original Message -----
> From: "samba" <samba at lists.samba.org>
> To: "samba" <samba at lists.samba.org>
> Sent: Tuesday, October 10, 2017 12:02:11 PM
> Subject: Re: [Samba] Opensolaris-ish joins but does not seem to be valid
> On Tue, 10 Oct 2017 11:28:09 -0500 (CDT)
> Andrew Martin <amartin at xes-inc.com> wrote:
>
>
2011 Oct 23
0
[LLVMdev] Question regarding basic-block placement optimization
On Sun, Oct 23, 2011 at 1:11 AM, Chandler Carruth <chandlerc at google.com>wrote:
> Ok, I think I have a working pass that is based much more on what we've
> talked about here. The patch is attached. I'd love to commit it soon-ish and
> then start tweaking it based on feedback from you, others, and looking at
> how it actually works in the wild.
After chatting briefly
2011 May 09
0
[LLVMdev] get basic blocks inside a loop
Whenever I was tying to do that (in version 2.8), it didn't give them
to me in a topological order. What I did, as a hack-ish temporary
measure, was rely on Function's ordering, and just iterated over all
the blocks in the function, checking to see if the loop contains that
block. Not at all ideal, and what I was writing later evolved to not
need the topological ordering constraint, so I
2011 May 09
1
[LLVMdev] get basic blocks inside a loop
Thanks Michael. Can you please explain you way a bit more? Did you run a
function pass then a loop pass?
On Mon, May 9, 2011 at 12:56 PM, Michael Ilseman <michael at lunarg.com> wrote:
> Whenever I was tying to do that (in version 2.8), it didn't give them
> to me in a topological order. What I did, as a hack-ish temporary
> measure, was rely on Function's ordering, and
2011 Aug 05
1
Main-effect of categorical variables in meta-analysis (metafor)
Dear R-experts!
In a meta-analysis (metafor) I would like to assess the effect of two
categorical covariates (A & B) whereas they both have 4 levels.
Is my understanding correct that this would require to dummy-code (0,1) each
level of each covariate (A & B)?
However I am interested in the main-effects and the interaction of these two
covariates and the dummy-coding would only allow to
2019 Nov 26
1
Accessing the -a and -d from dovecot-lda
I've got exim set up to deliver like this:
command = /usr/local/libexec/dovecot/dovecot-lda -a $original_local_part@$original_domain -d $local_part@$domain -f $sender_address
If an email to is bob+sales at ish.com.au then we should have "-a
bob+sales at subdomain.ish.com.au -d bob at ish.com.au".
Now in dovecot, only bob at ish.com.au is a real user but I want to be able
to
2003 Aug 17
1
pre-newbie - some basic questions...
Hello All,
Been completely obsessed for the last two days with VoIP and Asterisk - running on 2 hours sleep and coffee - sorry if this is a little scattered...
Okay, I've got a small start-up company that installs traditional PBX (Nortel mainly) systems, data network infrastructure, commercial audio/video, residential audio/video/voice/data and we do lighting control systems...
I've
2005 May 04
1
lmer error:flist must be a non-empty list
Hi,
I was wondering if anyone could give me advice regarding using the lmer
command in lme4 package to do logistic regression (mixed effects model).
I use the following command
lmer(ISH ~ArrayPathology2, random=~1|PatientID, data=HSDB4.noNA,
family="binomial")
where ISH is outcome(0 or 1), ArrayPathology2 is the variable of
interest(factor), PatientID is random effect(factor), and
2005 May 23
0
Fwd: Re: Newbie-ish Questions
I've just found out what it's doing, so I thought I'd include the useful symptom.
Joe
----- Forwarded message from Joe Dauncey <joe at dauncey.net> -----
From: Joe Dauncey <joe at dauncey.net>
Subject: Re: [Dovecot] Newbie-ish Questions
To: dovecot at dovecot.org
Date: Mon, 23 May 2005 08:18:04 +0100
Organization: dauncey.net
User-Agent: Mutt/1.4.1i
X-Mailer:
2011 Oct 23
4
[LLVMdev] Question regarding basic-block placement optimization
Ok, I think I have a working pass that is based much more on what we've
talked about here. The patch is attached. I'd love to commit it soon-ish and
then start tweaking it based on feedback from you, others, and looking at
how it actually works in the wild.
It's essentially a re-write, so it may be hard to read... Let me know if
some other form would be easier.
Some responses to your
2017 Oct 10
0
Opensolaris-ish joins but does not seem to be valid
On Tue, 10 Oct 2017 09:39:43 -0500 (CDT)
Andrew Martin <amartin at xes-inc.com> wrote:
> ----- Original Message -----
> > From: "samba" <samba at lists.samba.org>
> > To: "samba" <samba at lists.samba.org>
> > Sent: Tuesday, October 10, 2017 2:23:02 AM
> > Subject: Re: [Samba] Opensolaris-ish joins but does not seem to be
> >