Displaying 20 results from an estimated 200 matches similar to: "Epi Info"
2024 Jan 10
1
NUT server with multiple raspberry pi
On Jan 9, 2024, at 8:19?PM, Claudio Zanetta Penna via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> wrote:
>
> My problem is that I want to connect a second Raspberry to the first one with NUT server on it, so the information obtained by the second can be sent to the server
> and be presented in only one web GUI.
>
If you are referring to this tutorial:
2024 Jan 10
1
NUT server with multiple raspberry pi
Hello, I've been having trouble with configuring NUT in my home system.
First, I have NUT server installed in one raspberry with one UPS connected by USB to it, I followed Techno Tim's tutorial on the matter and it worked perfectly with the web GUI.
Then, I have another raspberry pi with two UPS connected by USB that I want to connect to the first so I use just one GUI, but I
2006 Dec 18
3
Upgrading Server Motherboard
I have a server running CentOS 4.2 that works as a web/email with very
heavy load. It runs Directadmin web gui which is like Cpanel. It
runs on a cheapy mATX motherboard(ECS 741GX-M) with socket A 2800+ CPU
and 2Gbyte DDR. The OS and data are on a 300Gbyte PATA maxtor drive
and data backups are run weekly to another PATA drive. The server is
overwelmed and data backups take over 5 hours to
2010 Aug 31
2
R and Epi Info
Hello,
I was wondering who to contact to see about somehow interconnecting or integrating the programs R and Epi Info. I have been involved in the development of Epi Info which is a software program developed by the Centers for Disease Control and Prevention (CDC) in Atlanta (www.cdc.gov/epiinfo<http://www.cdc.gov/epiinfo>). Epi Info allows for creating data entry systems and performs
2013 Sep 05
2
Vacation message and DMARC validation
Greetings,
I have found an issue in the interaction between sieve vacation messages
and the SPF, DKIM and DMARC email validation systems.
For example, let's say we have a message coming from a at a.com to b at b.com
at a server imap.mydomain.com. The account b at b.com has a vacation rule
in sieve, and that generates an autoresponse to a at a.com. Our problem
begins with the definition
2007 Jan 03
1
samba is freezen when it is accessed from different computers at same time
Hi all,
I just installed Samba 2.2.12 on a HPUX 11.0 (192.1.1.1) and I'm sharing
nfs "samba" data on another cpu (192.1.1.8).
bdf (192.1.1.1):
192.1.1.8:/dsp1/fontes 14540800 13990536 517304 96% /nfs/fontes
>From a windows xp (professional) computer I can do copy, paste, etc . If
I call a cobol application, it run ok too, but when another user calls
the same cobol
2012 Nov 24
1
A Question About Plotting
Hallo there, I've got a simple question concerning a plot attempt of mine. I am trying to plot two variables using the following code: # Creating a Graph attach(Jitirana) plot(Sozialkapital, Migration) abline(lm(Migration~Sozialkapital)) title("Regression of Sozialkapital on Migration") Simple thing, but the problem lies in the fact that I keep receiving a square plot depicting y on
1998 Nov 12
0
Samba lock up under Solaris 2.5.1
On our most heavilly loaded Samba server (running 1.9.18p10 under Solaris
2.5.1) we have got occaisional meltdowns with load average rocketing to 100+.
The evidence indicates lots of smbd processes running. Syslogs indicate lots
of:
Nov 12 12:48:35 zeus.brunel.ac.uk smbd[21572]: Failed to set socket option
SO_KE
EPALIVE
Nov 12 12:48:35 zeus.brunel.ac.uk smbd[21572]: Failed to set socket
2001 Nov 07
1
WG: Re: Wine and the serial port [LONG]
Hi, I applied your patch and recompiled, but I'm still having trouble. In
what follows I've tried to describe some details.
The first problem was this: The Comm-Port gets opened with overlapped I/O.
However, for WaitCommEvent() we do not specify an overlapped structure. This
works fine on NT4 / W2K, but is contrary to the documentation, which
specifys that you need to supply an
2007 Jan 03
0
samba is freezen when is accessed by two different computers at same time
Hi all,
I just installed Samba 2.2.12 on a HPUX 11.0 (192.1.1.1) and I'm sharing
nfs "samba" data on another cpu (192.1.1.8).
bdf (192.1.1.1):
192.1.1.8:/dsp1/fontes 14540800 13990536 517304 96% /nfs/fontes
>From a windows xp (professional) computer I can do copy, paste, etc . If
I call a cobol application, it run ok too, but when another user calls
the same cobol
2012 Nov 27
1
Concordant und Discordant Paars of Logistic Regression
Hallo there,
can anymore show me how to get results about konkordant und diskordant paars (Sommer-D, Gudman-Krustal-Gama, Kendall-Tau-a) within a logistic regression) in R?
Thanks a lot.
MT
[[alternative HTML version deleted]]
2012 Sep 05
1
Outliers in Binary Logistic Regressions
Hallo folks,
I know I should not ask the same question again. But I have a problem I cannot solve and without the solution I am stuck and lost, unable to get along with my work!
Someone suggested I should try the code below in order to eliminate the outliers from my data. I did as I was told, but I got a negative reply. The code did not function. I am including it here so that, if possible,
2005 Dec 25
5
logwatch patch
Don't remember if I already wrote about this. But ran into it tonibhg
again. Logwatch as distributed with CentOS expects yum log files in
different format. As result, logwatch will not report anything.
The patch is really simple (and attached). Hopefully it'll be part of
4.3 (if not sooner). The upstream is not likely to patch it, since they
don't distribute yum at all.
2011 Jul 06
3
Tables and merge
----- Original Message -----
From: "Silvano" <silvano at uel.br>
To: <r-help at r-project.org>
Sent: Thursday, June 30, 2011 9:07 AM
Subject: Tables and merge
> Hi,
>
> I have 21 files which is common variable CODE.
> Each file refers to a question.
>
> I would like to join the 21 files into one, to construct
> tables for each question by CODE.
>
2003 Oct 21
2
report generator a la epiinfo
Hi
I'd like to use R in epidemiology and disease surveillance.
In EpiInfo you can have a script (.pgm) which calls a predefined report
(.rpt), where a table is calculated and values picked from that table
and placed where the author of the report wants them, with text around
those values. (Please see example below.)
I've looked at manuals, faq, mail-search and google. The closest is an
2012 Sep 05
1
How to effectively remove Outliers from a binary logistic regression in R
Hallo there,
greetings from Germany.
I have a simple question for you.
I have run a binary logistic model, but there are lots of outliers distorting the real results.
I have tried to get rid of the outliers using the following commands:
remove = -c(56, 303, 365, 391, 512, 746, 859, 940, 1037, 1042, 1138, 1355)
MIGRATION.rebuild <- glm(MIGRATION, subset=remove)
2001 Nov 04
5
Wine and the serial port
I have an application that talks to hardware via the serial port.
(Actually, it talks to a lot of hardware, banking peripherals). The app
runs on both Win32 and OS/2.
Of course, the main theme is porting the thing natively to linux (and I'm
working on that). But just for fun I tried to get it to work with WINE, and
while the "device emulation" works perfectly (much to my
2010 Jul 06
3
OT: Sieve + Forward as Attachment
I know that this is technically not a Dovecot problem; however, I was
wondering if anyone knew if 'sieve' had been updated with the ability
to 'forward as attachment' a received document. I believe it has the
ability to forward a document; however, I need the ability to forward
it as an attachment if possible.
Also I believe, somewhat due to my asking for them, that sieve exits
2008 Oct 06
8
.htaccess rewrite
can someone help me with an .htaccess rewrite?
i''m trying to convert all requests to "/?spot=8888" to be "/locations/
888".
thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2011 May 17
1
epi.2by2
This is a really simple question, I'm sure,but I can't make EpiR work!
I keep getting the following:
> epi.2by2(47, 263483, 282, 935028, method="cohort.time", conf.level=0.95)
Error in epi.2by2(47, 263483, 282, 935028, method = "cohort.time",
conf.level = 0.95) :
unused argument(s) (935028)
and I really don't know why!. Any ideas very very welcome
thank