Displaying 20 results from an estimated 25 matches for "newmods".
Did you mean:
newmod
2011 Sep 08
1
predict.rma (metafor package)
Hi
(R 2.13.1, OSX 10.6.8)
I am trying to use predict.rma with continuous and categorical variables. The argument newmods in predict.rma seems to handle coviariates, but appears to falter on factors. While I realise that the coefficients for factors provide the answers, the goal is to eventually use predict.rma with ANCOVA type model with an interaction.
Here is a self contained example (poached in part from the MAd...
2017 Aug 18
1
Meta-regression of categorical variables
...nsf_res<-predict(res, transf=transf.iabt)
backtransf_res
#meta-regression of categorical variables
#take var1 as an example of categorical moderator variable
res_var1<-rma(measure="ABT", ai=ai, ni=size, mi=n_items, mods=~var1, dat=data)
res_var1
transf_res_var1<-predict(res_var1,newmods=c(1,2,3,4,5),transf=transf.iahw,digits=2)
transf_res_var1
NOTES: var1 consists of totally 5 levels/categories.
Is it appropriate to conduct like that as the example code showed?
Is that something wrong with the "newmods=c(1,2,3,4,5)" code?
To be honest, this is my first time to use m...
2012 Jan 10
1
Centos 5.7, I10 video, 1920x1080 monitor
I have a Centos 5.7 machine with Intel I10 video (built-in, I guess -- this is
one of those all-in-one mini terminal things) that I'm trying to put a new
1920x1080 monitor onto, without conspicuous success. Prior to this it's been
using a smaller monitor with no issues.
Try as I might I can't get the new monitor to run at its 1920x1080 resolution.
I just realized that I forgot to
2012 May 05
3
metafor
...pean) to find the
effect specifically in European women.
adult<-read.csv("adult.csv")
print(adult)
dat<-escalc(measure="ZCOR",ri=Pearson,ni=N,data=adult,append=TRUE)
res<-rma(yi,vi,data=dat)
res<-rma(yi,vi,mods=cbind(sex,race),data=dat)
predict(res,transf=transf.ztor,newmods=cbind(seq(from=0,to=1,by=1),1),addx=TRUE)
I am getting different results between the forest function from
subgroup analyses, and the predict function from the meta-regression.
I thought they should have been the same - can I get help to explain
why there are differences? In both cases, I am transf...
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
This provides a mechanism to attach arbitrary configure options into the
ssh_config file and use them from the LocalCommand and ProxyCommand.
Examples:
# set FOO to foo
LocalEnvMod FOO = foo
# append bar to FOO with default separator ","
LocalEnvMod FOO += bar
# unset FOO
LocalEnvMod FOO =
# append foo to BAR with separator ":", if BAR is empty
2005 Aug 25
1
Any comments on ietf secsh draft?
http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-05.txt
So what do people think of this?
2011 Nov 29
1
Calculating the probability for a logistic regression
Hi All,
When we run the command : summary ( newmod<-gam(Dlq~ formula,family,,data) )
in R, the output would the effect of smoothness in R.
As of now to calculate the probability I am following the below approach:
1) Run the plot of the GAM , interpret the curves
2) Re Run the Regression as a GLM after taking into account the non linear
terms in step1
3) Calculate the probability from
2016 Sep 21
2
Quadro 4000 with iiyama B2783QSU should be 2560x1440 but detected as 1920x1080.
Hi, Distribution: openSUSE 42.2 Beta, Kernel: 4.4. The box is a Dell
Precision T7500 with an nVidia Quadro 4000 card and a displayport
connected iiyama B2783QSU 2560x1440 monitor identified as DP-1.
Problem: The monitor is detected as 1920x1080 and not 2560x1440. See Xorg
log file at http://rogerprice.org/Xorg.0.log . There is no file
/etc/X11/xorg.conf and in the directory
2015 Sep 04
2
nvs280 / nv34 card only does 1680x1050, not 1920x1080 ?
Hi All,
I've recently acquired a nvs280 card, which is a nv34
gpu based card with a pci-e bridge on the card, this
way I can test nv3x problems without needing an agp
motherboard.
One thing which stands out with this card is that
it drivers my dvi lcd monitor at 1680x1050 instead of its
native 1920x1080.
Is this due to a known limitation on the display pipeline
of these cards / nv34 gpu-s.
2014 Sep 26
0
240p mode can't get added with KMS, yet it works
Hello,
I am using a GTX660, NVE6 (GK106) on arch linux.
kernel 3.16.3
xf86-video-nouveau 1.0.11
I am loading an EDID with kernel parameter
drm_kms_helper.edid_firmware= DVI-I-1:edid/320x240.bin
It doesn't apply the resolution. dmesg prints:
[ 65.382880] [drm] Got external EDID base block and 0 extensions
from "edid/320x240vesa.bin" for connector "DVI-I-1"
[
2016 Sep 21
0
Quadro 4000 with iiyama B2783QSU should be 2560x1440 but detected as 1920x1080.
I think you want the reduced blanking modeline:
$ cvt -r 2560 1440
# 2560x1440 59.95 Hz (CVT 3.69M9-R) hsync: 88.79 kHz; pclk: 241.50 MHz
Modeline "2560x1440R" 241.50 2560 2608 2640 2720 1440 1443 1448
1481 +hsync -vsync
This matches your monitor's detailed timings:
[ 55.220] (II) NOUVEAU(0): Supported detailed timing:
[ 55.220] (II) NOUVEAU(0): clock: 241.5 MHz Image
2013 Mar 19
1
Error when adding lines to a plot using the mixed-effect model and metafor package
Hi,
I am a student using R for my final year project, with the metafor package being particularly helpful. I have been following the steps laid out in the manual 'Conducting Meta-analysis in R with the Metafor package' (Viechtbauer, 2010) and applying it to my own data of infected Anopheles mosquitoes across Africa.
In particular, I am attempting to apply a mixed-effect model to my data
2013 Jul 12
14
[LLVMdev] [Proposal] Parallelize post-IPO stage.
Hi, There:
This is the proposal for parallelizing post-ipo stage. See the
following for details.
I also attach a toy-grade rudimentary implementation. This
implementation can be
used to illustrate some concepts here. This patch is not going to be
committed.
Unfortunately, this weekend I will be too busy to read emails. Please
do not construe
delayed response as being rude :-).
2016 Oct 07
7
[Bug 98149] New: EDID doesn't detect resolution 1440x900 correctly NV34 FX5200Go
https://bugs.freedesktop.org/show_bug.cgi?id=98149
Bug ID: 98149
Summary: EDID doesn't detect resolution 1440x900 correctly NV34
FX5200Go
Product: xorg
Version: unspecified
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2009 Jan 10
5
[Bug 19491] New: S-video & composite output
http://bugs.freedesktop.org/show_bug.cgi?id=19491
Summary: S-video & composite output
Product: xorg
Version: 7.4
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: monnier at
2012 Jul 23
9
[Bug 52398] New: nouveau: DPMS permanently turns off display when starting X.org, text console works fine
https://bugs.freedesktop.org/show_bug.cgi?id=52398
Bug #: 52398
Summary: nouveau: DPMS permanently turns off display when
starting X.org, text console works fine
Classification: Unclassified
Product: xorg
Version: 7.7 (2011)
Platform: PowerPC
OS/Version: Linux (All)
Status: NEW
Severity:
2012 May 02
3
[Bug 49397] Not able to set monitor resolution
https://bugs.freedesktop.org/show_bug.cgi?id=49397
Aaron Plattner <aplattner at nvidia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|aplattner at nvidia.com |nouveau at lists.freedesktop.o
| |rg
2008 May 16
19
[Bug 15949] New: LVDS-0 has wrapped screen with Randr1.2
http://bugs.freedesktop.org/show_bug.cgi?id=15949
Summary: LVDS-0 has wrapped screen with Randr1.2
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2014 Jan 28
19
[Bug 74164] New: [NV04] Native monitor resolution missing
https://bugs.freedesktop.org/show_bug.cgi?id=74164
Priority: medium
Bug ID: 74164
Assignee: nouveau at lists.freedesktop.org
Summary: [NV04] Native monitor resolution missing
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: mauromol at tiscali.it
2014 Mar 28
48
[Bug 76732] New: Kworker using 100% CPU
https://bugs.freedesktop.org/show_bug.cgi?id=76732
Priority: medium
Bug ID: 76732
Assignee: nouveau at lists.freedesktop.org
Summary: Kworker using 100% CPU
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: patrick.clara at gmail.com