Displaying 11 results from an estimated 11 matches for "influenza".
2007 Jan 05
3
Confused about Search Results
...so I feel that this is most likely
myself not completely understanding the correct way to do this. I haved
indexed ~2200 text files (of various sizes), and I am now running
searches on the index to get a feel for Lucene and Ferret.
In my first program, which is using Lucene I search for ''influenza'' and
get the following result plus a listing of all the filenames:
Found 210 document(s) that matched query ''influenza
Here is the Lucene code specific to searching:
Directory fsDir = FSDirectory.getDirectory(indexDir, false);
IndexSearcher is = new IndexSearcher...
2018 Feb 26
2
glm package - Negative binomial regression model - Error
...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, family=quasibinomial,
> data=d)
>
> d$prop<-out$fitted.values
Error in `$<-.data.frame`(`*tmp*`, prop, value = c(0.0486530542835839, :
replacement has 208 rows, data has 365
> d$n_p1<-d$prop*d$factor*10
>
> obs<-aggregate(d$prop, by = l...
2018 Feb 26
0
glm package - Negative binomial regression model - Error
...e 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, family=quasibinomial,
> > data=d)
> >
> > d$prop<-out$fitted.values
>
> Error in `$<-.data.frame`(`*tmp*`, prop, value = c(0.0486530542835839, :
> replacement has 208 rows, data has 365
>
> > d$n_p1<-d$prop*d$factor*10
> >...
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 incidence of onset of acute respiratory illness (ARI, defined
as at least two symptoms among fever, cough, sore throat, and runny nose)
amongst children in a school in Pennsylvania during the 2009 H1N1 influenza...
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 0.001 and 0.1). Monitor the...
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
2012 Oct 22
3
[PATCH 0/2 NOT WORKING] Symbol versioning
...out 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 influenza at the moment.
Rich.
2007 Nov 30
1
Help with tables
...Row
I Total
I 1 I 2 I 3 I 4 I
$SICK --------+--------+--------+--------+--------+
1 I 130 I 97 I 83 I 89 I 399
Gripe, influenza, ca I I I I I 83.1
+--------+--------+--------+--------+
2 I 53 I 55 I 42 I 46 I 196
Tos de cualquier tip I I I I I 40.8
+--------+--------+--------+-----...
2010 May 24
1
finding the best cubic spline fitting
Hi,
I am trying to fit cubic spline to a data on mortality rate by age and year
(1900-2008). The data is noisy and hence I would like to smooth using spline
and also extrapolate beyond 2008. Data from 1900 to 1948 are very unreliable
while data from 1948 to 2008 are reliable. I would like to have a higher
weight for data between 1948 to 2008. I am not sure how to do this. When I
smooth data from
2000 Mar 08
0
why is samba so slow with many files in one directory? [LARGE MESSAGE]
...NTFS-checkdisk currently lasts 8 hours on our RAID-System with NTFS
> and a Journaling Filesystem like ReiserFS, which is especially fast at
> small files, seemed very attractive to us).
Ok, sounds like a good plan.
> I tried it at home last week (had a little time, while fighting
> influenza) with ext2-filesystem and some thousand files but the
> results were discouraging.
>
> When I start *top* I can see that Linux uses nearly 100% CPU an 9x%
> are from SMBD, so the filesystem seems not to be the problem but the
> SMB daemon.
Yes, creation is going to be a pretty cp...