Displaying 20 results from an estimated 200 matches similar to: "Confused about Search Results"
2018 Feb 26
2
glm package - Negative binomial regression model - Error
HI there
I am running this model in negative binomial regression, using glm.
I had no problems with running the model with a set of data, but now that
i'm trying to run if for new one. I always have this same error when
running the regression:
>
> #Run Regression
> x=cbind(factor2ind(d$year),factor2ind(d$month_week))
>
> out<- glm(cbind(influenza, n_sample) ~ x,
2018 Feb 26
0
glm package - Negative binomial regression model - Error
Dear Paula,
There are probably missing observations in your data set. Read the
na.action part of the glm help file. na.exclude is most likely what you are
looking for.
Best regards,
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
FOREST
Team Biometrie & Kwaliteitszorg /
2010 Apr 13
1
Simulation problem.
Hi,
I have problem with simulating.
This is my task...
Suppose that there are N persons some of whom are sick with influenza. The
following assumptions are made:
* when a sick person meets a healthy one, the chance is á that the latter
will be infected
* all encounters are between two persons
Write a function which simulates this model for various values of
N (say, 10 000) and á (say, between
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
2. update ZFS in libfsimage from illumos for pygrub
diff -r 7c12aaa128e3 -r c2e11847cac0 tools/libfsimage/Rules.mk
--- a/tools/libfsimage/Rules.mk Thu Oct 24 22:46:20 2013 +0100
+++ b/tools/libfsimage/Rules.mk Sat Oct 26 20:03:06 2013 +0400
@@ -2,11 +2,19 @@ include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Wno-unknown-pragmas -I$(XEN_ROOT)/tools/libfsimage/common/
2010 Jul 16
1
[LLVMdev] java front-end
Hi Minas,
Thanks! I wasn't aware that VMKit had the ability to generate llvm code
from .class / .jar files - I thought all of its code-generation capabilities
were very closely tied to the VM itself. I'll look into this.
The motivation behind this project is to be able to get both the small size
and fast startup times of Avian, along with the speed of llvm-generated
code.
Currently,
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
On Tue, Jul 20, 2010 at 5:35 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote:
> Hi Nicolas,
>
> I plan on using the Avian GC (which is a precise, generational collector).
>
OK - Great!
> Eventually, I'd like to fully integrate all of the runtime services Avian
> provides - even integrating the existing Avian JIT compiler, to allow for
> partially-AOT
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
On Tue, Jul 20, 2010 at 9:52 AM, nicolas geoffray <
nicolas.geoffray at gmail.com> wrote:
> On Tue, Jul 20, 2010 at 5:35 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote:
>
>> Hi Nicolas,
>>
>> I plan on using the Avian GC (which is a precise, generational
>> collector).
>>
>
> OK - Great!
>
>
>> Eventually, I'd like to
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
Hi Nicolas,
I plan on using the Avian GC (which is a precise, generational collector).
Eventually, I'd like to fully integrate all of the runtime services Avian
provides - even integrating the existing Avian JIT compiler, to allow for
partially-AOT builds.
Avian does indeed have it's own class library, but I would be very surprised
if VMKit could compile with them - they are sufficiently
2013 Sep 15
0
[LLVMdev] VMKit state of the union, android support, and .net/CLI
Jeremy,
This has nothing to do with LLVM or VMKit... but if you're interested:
I've been working on a light-weight JVM called Avian (
http://oss.readytalk.com/avian/). It has a fast JIT compiler (that
produces moderately good code, but no optimization). It doesn't have any
.NET support currently, but given the deep similarities between .NET and
Java, I think it wouldn't be a
2010 Jul 16
0
[LLVMdev] java front-end
Hi Joshua,
> I'm trying to use the Java front-end (which, based on svn commits, appears
> to be three-years-dead),
> I'm trying to use llvm as a replacement aot compiler
I'm not acquainted with the Avian JVM, but
haven't you considered using VMkit llvm project, it contains
.class/.jar to llvm compiler, also JIT compiler(native code compiler)
and aot compiler.
And
2013 Sep 04
0
Fwd: Bienvenido a la lista de distribución R-help-es
Estimado José Betancourt
Dos sugerencias:
Debes responder a toda la lista, no solo a quien envía un correo.
Es un conjunto de datos y esas son probabilidades. Entiendo que puedes
utilizar el método de cálculo que le resulte adecuado.
Flu2009 {EpiEstim} R Documentation
Data on the 2009 H1N1 influenza pandemic in a school in Pennsylvania
Description
This data set gives
1/ the daily
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
On Tue, Jul 20, 2010 at 6:36 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote:
> Sure, that's one major strength of LLVM: we could decide on a runtime
>> function (CallVirtualMethod) that will get lowered depending on the
>> underlying VM. I don't see any difficulties in accomplishing this.
>>
>
> Is it common practice to emit function calls that are
2007 Nov 30
1
Help with tables
Hello, I'm new using R and developing tables.
I have a problem in developing a table. In a questionaire I made I ask this
question "Please tell me the first three sympthoms caused by Respiratory
tract infection you've caught this year", then the people answer three
sympthoms, the first mention (Top of mind) is saved in a variable called
"P2_A", the second mention in
2012 Oct 22
3
[PATCH 0/2 NOT WORKING] Symbol versioning
John,
This was my attempt to add symbol versioning to the library,
letting us break ABI without breaking any existing callers.
Unfortunately it doesn't work:
- the new versioned symbols are marked local in libguestfs.so
- the existing symbols should now have @GUESTFS_0.0 versions,
but don't
The documentation for this stuff is extremely thin, and I've
got a bad case of
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
Hi Joshua,
What plans did you have for GC? No GC at all or Avian JVM has its own GC
(and is it precise or not?)?
If you're not planning on using VMKit's GCs, then 64-bit system should not
be a big problem: the only problem that we have now is compiling GNU
Classpath, and most probably Avian JVM has its own version of the class
libraries?
Also, note that platform support will be strongly
2010 Jul 16
3
[LLVMdev] java front-end
Hi,
I'm trying to use the Java front-end (which, based on svn commits, appears
to be three-years-dead), and I'm running into some build errors. In that
time did llvm change from building with exception handling and rtti to
building without?
I remember reading somewhere that llvm code should use dyn_cast instead of
dynamic_cast. Do these need to be changed here?
A little background:
2013 Sep 03
5
Bienvenido a la lista de distribución R-help-es
Hola, ¿qué tal?
Tienes que escribir a la dirección r-help-es en r-project.org, no a las
que has usado (que son de administración de la lista).
Un saludo,
Carlos J. Gil Bellosta
http://www.datanalytics.com
El día 3 de septiembre de 2013 12:39, Jose Betancourt B.
<betanster en gmail.com> escribió:
> Quisiera saber en el paquete Epiestim
>
> Como lograr concatenar dos vectores,
2011 Feb 23
5
mgcv: beta coefficient and 95%CI
Hi i am doing an environmental research
The equation is as follow:
gam(y1 ~ x1 + s(x2) + s(x3) + s(x4), family = gaussian, fit = true)
I would like to obtain the beta coefficient and 95CI of x4 (or s(x4)), what
should I do?
Thanks,
Lung
--
View this message in context: http://r.789695.n4.nabble.com/mgcv-beta-coefficient-and-95-CI-tp3320491p3320491.html
Sent from the R help mailing list
2011 Sep 27
2
searching several subsequences in a single string sequence
Hi all
I am analyzing bird song element sequences. I would like to know how can I
get how many times a given subsequence is found in single string sequence.
For example:
If I have this single sequence:
ABCABAABABABCAB
I am looking for the subsequence "ABC". Want I need to get here is that the
subsequence is found twice.
Any idea how can I do this?
Thanks
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
Hi Nicolas,
Thanks for all your help, but if 64-bit systems are still a big problem,
perhaps the VMKit AOT compiler is not the best solution to my problem. I'd
like to be able to support the major (if not all all) platforms that the
Avian JVM supports - x86 & x86_64 linux & windows, powerpc darwin and ARM.
Regards,
Joshua
On Tue, Jul 20, 2010 at 8:00 AM, nicolas geoffray <