Displaying 17 results from an estimated 17 matches similar to: "new to R need urgent help!"
2011 Jun 24
0
understand GEE output for wald test
Hi
I'm having some difficulty understanding my output (below) from GEE. the
person who wrote the program included some comments about the '3-th term
gives diff between hyp/ox at time..', and after created an L vector to use
for a WALD test. I was wondering if someone could help me understand the
GEE output, the programmers comment, how L was determined, and its use in
the WALD
2007 Dec 12
1
Defining the "random" term in function "negbin" of AOD package
I have tried glm.nb in the MASS package, but many models (I have 250 models
with different combinations of predictors for fish counts data) either fail
to converge or even diverge.
I'm attempting to use the negbin function in the AOD package, but am unsure
what to use for the "random" term, which is supposed to provide a right hand
formula for the overdispersion parameter.
2007 Dec 14
1
flagging glm models with warnings
I'm attempting to run 250 permutations of a negative binomial GLM model for
data on fish counts. Many of the models are fit appropriately, but some
issue warnings such as "convergence not reached" or "step size truncated due
to divergence." I've attempted using glm.nb from the MASS package and the
negbin function from the AOD package, but both still cause some models to
2002 May 17
2
read.table
Hi,
I have a data file with columns separated by ";" I read this file
without any problem using read.csv2( ) but I had problems trying to read
it with read.table( ... sep=";"). So it is not a problem for me, but I
wonder if there is a bug here.
drt <- read.csv2("t.txt", header=TRUE) # ok
dcs <- read.table("t.txt", header=TRUE,
2013 Sep 05
2
Pronósticos con modelos robusto de series de tiempo
Alguien me podría sugerir un paquete en R para generar pronóticos con modelos robusto de series de tiempo.
Saludos
Enrique RAMOS
[[alternative HTML version deleted]]
2016 Nov 15
2
iaxmodem errors.
2016 Nov 11
2
iaxmodem errors.
2011 Apr 13
1
Fwd: Re: Asterisk as a Condo door opener/intercom
Asterisk as a phone system makes perfect sense in a condo. You can get
all the DID's you want and eliminate costs for the owners. You can offer
standard FXO for people who don't care and IP sets for people who want
to "upgrade" to feature sets.
Your door openner is a piece of cake.
1. Create an option in your dialplan only in the "from-access-door"
context that reads
2003 Mar 20
4
Call for testing for 3.6: password expiry?
I have tried this patch (against 3.5p1) and would very much like it to be in the OpenSSH 3.6p1 release, if possible:
http://bugzilla.mindrot.org/show_bug.cgi?id=14
On that note, I'd like the Sun BSM patch to be included also, if possible. I have it working applied to 3.5p1:
http://bugzilla.mindrot.org/show_bug.cgi?id=125
In fact, both patches work together, apparently.
If I have any
2013 Sep 05
0
Pronósticos con modelos robusto de series de tiempo
este ha sido bastante bueno
f52<-scan("f52.txt")
sb<-f52[1:200]; sp<-f52[201:245];
sb.ts <- ts(sb, start=c(2008, 1), frequency=52)
sb.ts # is important to see the end of this time series.
sp.ts<- ts(sp, start=c(2011, 45), frequency=52)
plot(sb.ts,ylab="No. focos")
# Main function
predAll<-function(x,h,tsname){
# INPUTS:
# x: time serie
# h:
2005 May 26
1
Re: Demonizing generic Linux issues as Fedora Core-only issues -- this thread has ended ...
From: Les Mikesell <lesmikesell at gmail.com>
> If you believe that, you have to believe that Red Hat's programmers
> are always better than the original upstream program author.
How do you assert that? It has _nothing_ to do with my statement.
You keep thinking there is this absolute "black/white" on why developers,
vendors, etc... do this or that. There are reasons
2005 Nov 23
1
help on list
Hi,
New to R,
having done a wavelet analysis i got a result as list.
The problem I have is : how can I acces to a given element of the list.
here is what I get from my variable scale_d28
>typeof(scale_d28)
[1] "list"
> length(scale_d28)
[1] 1
and scale_d28 is a list of 100000 double values?
Thanks
--
Jean Pierre BOTH
phone (33) 01.69.08.84.78 (work)
email
2016 Dec 16
0
Job Ad. CEA Grenoble, France. Research Engineer Position
research engineer, 3 years, CEA, Grenoble, France
Computer Science/Electrical Engineering
Contact: Damien Couroussé (damien.courousse at cea.fr)
A 3-year research engineer position is available at CEA Grenoble. The
topic is related to cybersecurity in mobile applications. Further
details and requirements are as follows:
We are inviting application for a research engineer position at CEA
2005 Feb 20
0
Re: Asterisk-Users Digest, Vol 7, Issue 260
> From: "James Bean" <james@hdcs.com.au>
> Has anyone every setup an external open/close relay, off say a serial
> interface, and have an extension trigger the relay?
The following will do the trick. Just add a 5vdc solid state relay
('cause you can't sink too much current out of the RS232C port).
Substitute "2", "4" or "6" in the
2004 Jan 23
0
Majordomo results: Hi
--
>>>> ----------340628352367234
**** Command '----------340628352367234' not recognized.
>>>> Content-Type: text/plain; charset="us-ascii"
**** Command 'content-type:' not recognized.
>>>> Content-Transfer-Encoding: 7bit
**** Command 'content-transfer-encoding:' not recognized.
>>>>
>>>> Test =)
****
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
This is the first release candidate for xserver 1.20. Notable changes
since 1.19 include:
- RANDR 1.6, which enables leasing RANDR resources to a client for its
exclusive use (e.g. head mounted displays)
- Depth 30 support in glamor and the modesetting driver
- A meson-based build system, parallel to autotools
- Pageflipping support for PRIME output sinks
- OutputClass device matching for
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking