Displaying 20 results from an estimated 1000 matches similar to: "questions about epil repo"
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
2006 Dec 19
1
effect plot
Dear R users,
Is there a simple way to use the effect function (library(effects)) with
a GEE estimated model?
library(gee)
library(MASS)
library(effects)
attach(epil)
b = gee(y ~ lbase*trt + lage + V4, family=poisson, id=subject,
corstr="exchangeable")
plot(effect("lbase*trt", b))
# Errore in effect("lbase*trt", b) : nessun metodo applicabile per
2011 Mar 10
1
snp-chip table
Dear R helpers
I have a table and i need to make new table
table1:
sire snp1 snp2 snp3 snp4 snp5 snp6 snp7 snp8 snp9 snp10
snp11 snp12 snp13 snp14 snp15 8877 -1 -1 -1 -1 0 0 -1 -1 -1 0 1 1 1 -1 -1
7765 1 1 1 0 0 0 -1 1 1 1 0 0 0 1 0 8766 1 1 -1 0 -1 -1 0 -1 0 -1 -1 -1 0 1
0 6756 0 1 0 -1 1 -1 -1 0 0 0 0 -1 0 1 1 5644 -1 0 1 -1 0 0 0 0 -1 -1 0 0 0
0 1
I have table2
sire
2005 Mar 16
5
Packet Counting...
Hi,
How can i count the number of packets on an interface evry 2 or 5 seconds. and
i want to count only specific packets like only arriving packets from port
5001
Any thoughts...
Muhammad
2006 Mar 29
2
aggregate function....
Dear R users,
I have some trouble with the aggregate function. Here are my data
> daf
S_id AF_Class count... R_gc_percent S_length
5 8264497 1 30 0.48 35678
6 8264497 3 7 0.48 35678
8 8264554 1 31 0.51 38894
9 8264554 2 11 0.51 38894
10 8264554 3 1 0.51 38894
2003 Dec 17
3
Asking for help
Hello evry one,
I'm a frensh consulting Engineer in statistics and i work under R times to
times.
I would like to build an Graphic User Interface as we can do under MS Excel
but i don't know how to do it.
The aim is to have a GUI betwen a user and the console or the function (for
exemple toto(a,b,c) )
In the GUI , i would like to have 3 boxes empty where i can put the values
of a, b, and
2018 May 30
2
Meetup/Social in India
Hi Folks,
We are a group of LLVM compiler developers in Hyderabad area. Considering
few previous mail about meetups in India, we are planning to organize LLVM
meetups in India evry monthly or bimonthly in the best interest of other
developers. Based on the concentration of developers Pune, Bangalore and
Hyderabad are the location we have in mind. Interested folks please reply
stating ur
2005 Jan 26
2
reshape (a better way)
Hi,
I am using the NLSY79 data (longitudinal data from the Bureau of labour
stats in the US). The extractor exctracts this data in a "wide" format and
I need to reshape it into a long format.
What I am doing right now is to do it in chuncks for each and evry
variable that is varying and then I merge the data together. This is
taking a long time. my question is:
How do I specify that
2008 Aug 11
3
Peoblem with nls and try
Hello,
I can`t figure out how can increase the velocity of the fitting data by nls.
I have a long data .csv
I want to read evry time the first colunm to the other colunm and analisy with thata tools
setwd("C:/dati")
a<-read.table("Normalizzazione.csv", sep=",", dec=".", header=F)
for (i in 1:dim(a[[2]]]) {
#preparazione dati da analizzare
2010 Mar 04
6
XCP 64 bits ?
Hello,
I am just installing XCP 0.1.1 on a server with 24GB RAM
Normally XCP is a 64 bits version but
* *uname -a*
Linux node012 2.6.27.42-0.1.1.xs0.1.1.737.1065xen #1 SMP Fri
Jan 15 16:20:16 EST 2010 i686 i686 i386 GNU/Linux
(not a x86_64 version !!!!)
* *cat /proc/meminfo*
MemTotal: 746496 kB
MemFree: 384332 kB
Buffers:
2006 Mar 26
3
PXE -> tftp -> WinPE vs NForce 4
Hi
The setup, as in the subject, is supposed to boot a Winpe to install
xp to a clean PC.
I use the Ramdisk method (ie PXELinux pases the setup on to the M$
pxe loader and and boots WinPE)
It works perfectly with evry other chipset, but Nvidias NForce 4.
(tested 15 different)
With NF4 it loads up well but the M$ PnP routine detects the Network
management bus wrong (nvidia specific approach to
2006 Dec 19
3
/etc/rc.d/jail: losing IPs if jail_x_interface set and syntax error in jails /etc/rc?
Hi *,
I recently triggered an error when setting up a jail-host: I configured
the jail(s) like evry jail I set up in the past:
On the jail-hosts /etc/rc.conf:
# ---- Jail-Globals ----
jail_enable="YES" # Set to NO to disable starting of any jails
jail_list="ftp mx1 relay" # Space separated list of names of jails
2007 Jul 03
1
possible bug in ggplot2 v0.5.2???
Dear R-Users,
I recently gave a try to the nice package ggplot2. Everything went
well until I tried to add a smoother (using lm method for instance).
On the graphic device the regression line is displayed but not confidence
intervals as it should be (at least on ggplot website). I tried to do
the job on
both MS winXP and Linux i586: same result. Did anyone encountered this
problem? Did I miss
2007 Jan 24
1
tree connect failled: ERRDOS - ERRnoaccess (Access denied.)
i have recently switched to ldap backend for passwords
smbldap-useradd,smbldap-passwd works without error messages...
but when i try to connect from linux it gives me the following error
XXXXX:tree connect failled: ERRDOS - ERRnoaccess (Access denied.)
XXXXX can be remplaced with diffferent numbers such as
10270
11202
11318
11750
...evry time the number of the errors change i don't know why
i
2001 Aug 20
1
Cave plots
Hi all,
Is there a way to compare time series using cave plots with R ?
Thank you for your time.
---------------------
Patrick Gonin
Responsable D?partement Evaluation in vivo
GENETHON III- CNRS URA 1923
1 bis, rue de l'Internationale
BP 60
91002 EVRY CEDEX
FRANCE
Tel: 33-1-69-47-10-21
Fax: 33-1-60-77-86-98
gonin at genethon.fr
---------------------
2002 Dec 18
2
weibull test
Hello
What is the appropriate method to test if a given distribution is a
weibull
thank you
meriema
email
meriema.belaidouni at int-evry.fr
2023 Nov 22
1
mediaplayer for icecast streams?
you can pull it with jQuery via javascript for example evry 10 seconds,
and update the informations you want, at least its the way i do it.
Am 23.11.2023 um 00:13 schrieb Thomas Jensen:
> Thank you, Ben!
>
> I was afraid it would be very complicated to get the information
> extracted, but it was very simple. My only problem now is to find a way
> to update the text on the
2018 May 30
0
Meetup/Social in India
I'd be interested in attending and helping organise the Hyderabad meetup.
Cheers
Siddharth
On Wed 30 May, 2018, 14:32 Siddharth Shankar Swain via llvm-dev, <
llvm-dev at lists.llvm.org> wrote:
> Hi Folks,
>
> We are a group of LLVM compiler developers in Hyderabad area. Considering
> few previous mail about meetups in India, we are planning to organize LLVM
> meetups
2004 Nov 22
2
realtime trafic monitor
ok .. a use iptraf, but iptraf show my evry connection from computerX:
84.135.15.81:4899 > 163 7940 --A- eth0 ?
82.77.210.7:3475 > 212 323323 -PA- eth0 ?
62.231.96.133:80