Displaying 20 results from an estimated 200 matches similar to: "effect plot"
2006 Oct 08
1
Simulate p-value in lme4
Dear r-helpers,
Spencer Graves and Manual Morales proposed the following methods to
simulate p-values in lme4:
************preliminary************
require(lme4)
require(MASS)
summary(glm(y ~ lbase*trt + lage + V4, family = poisson, data =
epil), cor = FALSE)
epil2 <- epil[epil$period == 1, ]
epil2["period"] <- rep(0, 59); epil2["y"] <- epil2["base"]
2006 Aug 17
1
Simulate p-value in lme4
Dear list,
This is more of a stats question than an R question per se. First, I
realize there has been a lot of discussion about the problems with
estimating P-values from F-ratios for mixed-effects models in lme4.
Using mcmcsamp() seems like a great alternative for evaluating the
significance of individual coefficients, but not for groups of
coefficients as might occur in an experimental design
2011 Nov 10
1
questions about epil repo
hi,
I installed the epil repo and imported the key but everytime i try to
install a package from epil
Public key for proftpd-1.3.3f-1.el6.i686.rpm is not installed
I get this with evry package i try to install
using centos 6 i686
2009 Mar 15
11
Grand prix legends recognize only two joystick axis
Hi,
I'm trying to use my saitek cyborg evolution to play with grand prix legends.
The device is correctly recognized by linux as a 6 axis 12 button device:
Code:
jstest /dev/input/js0
Driver version is 2.1.0.
Joystick (Saitek Cyborg USB Stick) has 6 axes (X, Y, Z, Rz, Hat0X, Hat0Y)
and 12 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn, BaseBtn, BaseBtn2, BaseBtn3, BaseBtn4,
2015 Mar 16
0
3/16/2015 2:46:09 PM
Ciao,
ho recentemente acquistato un metodo molto costoso per guadagnare su Internet. Il metodo funziona davvero!!!
Ora, in un giorno guadagno pi? denaro di quanto molti ne guadagnano in un mese.
Le mie statistiche per oggi. Ho guadagnato _570 in 40 minuti. Fico, vero?
Questo metodo funzioner? per circa 2 mesi. Io ho 2 inviti gratis; vorrei condividerne uno con te, solo non dirlo a
2010 Sep 21
2
Record the user log-in and log-out
Hi!
I'm sorry but I need a *fast* reply, I've absolutely no time to search on
docs. :-(
I have a small network: about 8-10 XP client connected to a Samba PDC.
I need to log who and when log in the PDC, because the national law requires
to record these infos and preserve them for a certain time.
Any tip will be apreciated!!
Thanks
Giovanni
-------------- next part --------------
No
2006 Jun 27
2
Joining an ADS domain...
Hi people,
I'm trying to join a linux SuSE 10.0+samba 3.0.20 box to an ADS-Win2003
domain.
As I configured /etc/krb5.conf, /etc/nsswitch.conf and /etc/samba/smb.conf,
I try to join the ADS with:
root # net ads join <domainname> -U Administrator%<Admin's passwd>
the system replays:
Using short domain name -- <DOMAIN NETBIOS NAME>
then freezes, i.e. no prompt
2006 Jul 31
1
Fw: net join error
Did you follow step-by-step the guidelines explained in the HowTo to join
ADS?
We too have a W2K3 server updated to last sp and post-sp updates by
Windows'
automatic update and we encountered no problems following the HowTo.
By example, the line "security" of smb.conf file must be set "ADS", not
"domain" as in yours...
In addition, the HowTo says
2003 Apr 09
1
'Apparently' trouble with name spaces and Sweave...
Ben Bolstad experienced something odd while running R CMD check over
a package of ours using r-devel (yesterday's fresh).
He tracked down the problem to a vignette calling 'library(MASS)'.
Please kindly ignore if this is a known (and temporary) issue.
Laurent
----- Forwarded message from Ben Bolstad <bolstad@stat.berkeley.edu> -----
Return-Path:
2007 Mar 13
5
can´t access share by name, but on ip
Hi All !
i?m running Clearcase (IBM Rational) and have some strange problems ... when i use Samba ver 3.21b i can?t access the samba share by name (\\servername\sambashare) but i can access it on ip (\\192.168.1.100\sambashare\) i?m running debug level 10 and it seems like it can?t authenticate when access on netbios/dns/host name but on ip it can ? when running samba ver 3.23b from
2006 May 09
1
>4gb file corruption from NT4 to Samba
Hi, sorry if this question has been asked before, I searched the
archives and discovered the same question but no replies to it.
Basically, I'm trying to transfer large files from a Windows NT4 machine
to samba (version 3.0.20b, SuSE 10.0, reiserfs) and after 4GB the file
gets filled with zeros. No such corruption occurs when transferring
from Windows 2000. Does anyone know whether this
2012 May 29
7
efibootmgr not working on xen-unstable booted on uefi system
I have installed dom0 Wheezy 64 bit on Dell PowerEdge T310 with kernel from
package and xen-unstable. System is in Uefi mode and booted with
grub-efi-amd64.
Booting without xen efibootmgr works, while with xen not, efivars kernel
module is loaded but show this message:
efibootmgr
Fatal: Couldn''t open either sysfs or procfs directories for accessing EFI
variables.
Try ''modprobe
2011 Apr 04
0
[R-sig-ME] Documentation for the glm module in jags/rjags?
It turns out that when I use GUI (file-change dir) to set the working
directory, R will crash.
If I use setwd() instead, the example runs well.
Regards,
On 4 April 2011 00:17, Wincent <ronggui.huang@gmail.com> wrote:
> OK, I dig into the problem and found that Chinese character in the path
> should be blamed.
> Once the path rename to English only, it works.
>
> Regards,
2006 Aug 04
1
Lost All Win95 connections to Samba
Hi--
Last night I shut down my network for the thunderstorms going through the area,
and unplugged it all. When I booted up this morning, I had no Win95 connection
to my samba server.
My setup: Ubuntu 6.06 server, running samba 3.0.22. 3 Ubuntu workstations, 1
WinXP Pro, 2 Win95 boxes. The Ubuntu boxes mount the same directories as the
Win boxes, using cifs.
What I have tried: checking log
2004 Mar 29
1
StepAIC
Dear list,
here is an example of stepAIC that I do not understand.
The data is n=42, Lage is the only factor and there are four other
variables treated as continuous.
First you see the stepAIC-forward solution (fs7). The strange thing here
is that apparently not all interactions are tried for inclusion, but only
WQ:Lage. In particular, I think that WFL:Lage should be tried
in the last two
2018 Feb 11
2
Hausman test
Hello,
I have a problem with Hausman test. I am performing my analysis with these
commands:
> library(plm)
> data<-read.csv2("paolo.csv",header=TRUE)
> data<
pdata.frame(data,index=c("FIRM","YEAR"),drop.index=TRUE,row.names=TRUE)
>
RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+TURN+GPROF+GPROF2
>
2007 Jul 31
0
Cox model with interaction
Dear R users,
I am trying to fit a Cox model such as:
Surv(time,event) ~ X1+X1:X2
or
Surv(time,event) ~ X1*X2 -X2,
This code is working with coxph but not with cph (nor with psm), and the error message is:
Error in if (!length(fname) || !any(fname == zname)) { :
missing value where TRUE/FALSE is required
Any idea about the cause of the problem and how to manage it within the Design
2009 Nov 10
2
GPLPV WIN2K8 R2
Hi all,
is there someone who has successfully installed GPLPV driver 0.10.0.130 on
Windows 2008 Server R2?
Thanks and regards,
-- Francesco
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Jul 14
1
Win2k Master Browser believes Linux box is master browser
Hi,
We currently have a very small network with a Windows Small Business
Server acting as an ADS Master Browser,
we also have a Debian Sarge Samba Server, this sharing a single
directory at the Share level (security is not really that dig a concern,
as this is open to anyone in the company).
The Samba server has the workgroup set the the same domain as the
Windows ADS, but it has not joined
2005 Mar 02
1
Warning: number of items to replace is not a multiple of replacement length
I feel like a complete dolt, as I know this question has been asked by
others on a fairly regular basis, but I'm going in circles trying to get
the following to work:
id.prob<-function (tt)
{
library(mvtnorm)
#============================
Makeham<-function(tt)
{
a2=0.030386513
a3=0.006688287
b3=0.039047537
t<-tt-20
h.t<-a2+a3*exp(b3*t)
S.t<-exp(-a2*t+a3/b3*(1-exp(b3*t)))