search for: newmod

Displaying 20 results from an estimated 25 matches for "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...
2012 Jan 10
1
Centos 5.7, I10 video, 1920x1080 monitor
...ns at but it's less than it should be, maybe 1280x1024? Obviously the display looks pretty crappy like that. I tried following the instructions posted here: http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html but when I got to the step of typing "xrandr --newmode ..." all I got was a help screen for xrandr command line options (and --newmode wasn't listed as one of them). I tried this: system-config-display --reconfig --set-resolution=1920x1080 --set-depth=24 --set-driver=vesa --set-videoram=0 It rewrote the xorg.conf file but I still didn'...
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 trans...
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
...}, + { "localenvmod", oLocalEnvMod }, { NULL, oBadOption } }; @@ -325,6 +326,45 @@ clear_forwardings(Options *options) } /* + * Adds a command to modify the local environment. Never returns if there is an + * error. + */ + +void +add_local_env_mod(Options *options, const EnvMod *newmod) +{ + EnvMod *mod; + + options->local_env_mods = xrealloc(options->local_env_mods, + options->num_local_env_mods + 1, + sizeof(*options->local_env_mods)); + mod = &options->local_env_mods[options->num_local_env_mods++]; + + mod->name = newmod->name; + mod->ope...
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 t...
2016 Sep 21
2
Quadro 4000 with iiyama B2783QSU should be 2560x1440 but detected as 1920x1080.
...50-device.conf, 50-monitor.conf and 50-screen.conf contain comments only. My attempted repair failed: I used gtf to calculate a 2560x1440_60 mode line Modeline "2560x1440_60.00" 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -HSync +Vsync and I then used commands xrandr --newmode 2560x1440 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -HSync +Vsync xrandr --addmode DP-1 2560x1440 xrandr --output DP-1 --mode 2560x1440 The result is that windows on the screen seem to increase in size slightly and flow off the screen. The system tray normally at the bottom of t...
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
...e/include/drm/drm_modes.h?id=refs/tags/v3.16.3): MODE_CLOCK_LOW, /* clock required is too low */ I assume it means the dotclock, or pixel clock (6.000 MHz) is too low for the GPU? The thing is, on X i can use xrandr to set the same mode (or with the same clock, or any clock i tried): xrandr --newmode "320x240" 6 320 328 360 400 240 243 247 253 +HSync -VSync xrandr --addmode DVI-I-1 320x240 xrandr --output DVI-I-1 --mode 320x240 Also, the kernel parameter "video=DVI-I-1:320x240M" applies the mode, but it doesn't get added. I would be grateful to know: What is the a...
2016 Sep 21
0
Quadro 4000 with iiyama B2783QSU should be 2560x1440 but detected as 1920x1080.
...conf contain comments only. > > My attempted repair failed: > > I used gtf to calculate a 2560x1440_60 mode line > > Modeline "2560x1440_60.00" 311.83 2560 2744 3024 3488 1440 1441 1444 > 1490 -HSync +Vsync > > and I then used commands > > xrandr --newmode 2560x1440 311.83 2560 2744 3024 3488 1440 1441 1444 > 1490 -HSync +Vsync > xrandr --addmode DP-1 2560x1440 > xrandr --output DP-1 --mode 2560x1440 > > The result is that windows on the screen seem to increase in size slightly > and flow off the screen. The system tray n...
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.
...me); + + void CollectGlobalSymbol(ModPartScheme &Part, Module *New, + ValueToValueMapTy &VMap); + void CollectGlobalSymbol(Function *F, Module *New, + ValueToValueMapTy &VMap); + + Function *CreateFuncDecl(const Function *F, Module *NewMod); + GlobalVariable *CreateVarDecl(const GlobalVariable *GV, Module *NewMod); + +private: + ModPartSchemeMgr &PartSchemeMgr; + IPOPartMgr &IPOPartMgr; + Module *MergedModule; + int NextPartId; +}; + +class PostIPOCompile { +public: + PostIPOCompile(IPOPartMgr &IPM, IPOFileMgr &am...
2016 Oct 07
7
[Bug 98149] New: EDID doesn't detect resolution 1440x900 correctly NV34 FX5200Go
...IA FX5200Go). With 4.2 kernel and lower (and possibly 4.3) native resolution 1440x900 is detected properly. With 4.4 kernel and newer (e.g. Xubuntu 16.04.1 and newer) image on screen is displayed really weird. It is split in 4 parts, and then it is shown from right to left (inverted). With xrandr --newmode and cvt 1440 900 I can set the resolution, but then tty is still messed up. I have tried to get the bug with options drm.debug=0x1e nouveau.debug=debug, and vbios.rom from /sys/kernel/debug/dri/0/ and it is here: http://filebin.ca/2xexyy0VGT9L/vbios.rom Here is the image of what it does look lik...
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
...ution is 1280x1024 and the refresh rate can be up to 75Hz (72Hz is also supported in Windows). The output from "xrandr -q" and "monitor-get-edid -v | monitor-parse-edid -v" mismatch. The latter shows that the suggested resolution is indeed 1280x1024 (60.0Hz). If I do: xrandr --newmode "1280x1024 at 60" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync xrandr --addmode VGA-1 1280x1024 at 60 and then I change the monitor settings from X, I can use that resolution indeed. I'm going to attach the output of xrandr -q and monitor-*-edid. Other information abou...
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