Displaying 20 results from an estimated 2000 matches similar to: "Samba - Swat"
2004 Dec 29
1
Discrepancy between intervals.lme and coef.lme
I'm using R on Windows v2.0.1 with the nlme package (v3.1-53) and am finding some unexpected discrepancies in the output of intervals.lme and coef.lme. I've included a toy dataset at the end, but briefly, the data are longitudinal data from couples in marital therapy. Each spouse's relationship satisfaction is measured 4 times; I've fit both linear and quadratic models to the
2004 Nov 25
1
urgent
Hello,
My name is Mrs. Jennifer Wilson i am a dying woman who have decided to donate what i have to you/ church.I am 59 years old and i was diagnosed for cancer for about 2 years ago,immediately after the death of my husband, who has left me everything he worked for.
I have been touched by God to donate from what i have inherited from my late husband to the you for the god work of God,rather
2005 May 08
2
Need a factor level even though there are no observations
I'm in this situation:
factorlabels <- c("School", "College", "Beyond")
with data for 8 families:
education.man <- c(1,2,1,2,1,2,1,2) # Note : no "3" values
education.wife <- c(1,2,3,1,2,3,1,2) # 1,2,3 are all present.
My goal is to create this table:
School College Beyond
2004 Aug 25
2
Echo Cancellation
Hello,
I am testing speex 1.1.6's echo canceller. I am using testecho.c, with a
few modifications to get it to run on Windows.
My problem is that I am unable to get the echo cancellation to work
correctly. I am working on an audio conferencing software, and one issue
we have is sometimes the microphone picks up what is being played
through the headset, resulting in an echo of the other
2009 Feb 09
2
R equivalent of SAS Cochran-Mantel-Haenszel tests?
In SAS, for a two-way (or 3-way, stratified) table, the CMH option in
SAS PROC FREQ gives
3 tests that take ordinality of the factors into account, for both
variables, just the column variable
or neither. Is there an equivalent in R?
The mantelhaen.test in stats gives something quite different (a test of
conditional independence for
*nominal* factors in a 3-way table).
e.g. I'd like to
2013 Jun 20
3
USB ports on Lenovo T400 do not work after a suspend/resume
Hi,
FreeBSD-9 works fine on this Lenovo T400 - except that suspending with
no USB devices plugged in result in no ports working after resume.
If I have a device plugged in during suspend - on any port - then all
the ports work fine after resume.
I've attached usbconfig and acpidump output.
here's what is logged in the kernel buffer during suspend and resume:
Her'es the suspend:
2017 Oct 04
3
how to prevent files and directories from being deleted?
On Wednesday 04 October 2017 13:39:30 Mark Haney wrote:
> I'll end this by saying, I hope the production servers you have don't
> provide critical services that could jeopardize the lives of people.?
> I'd ask who you work for, to make sure I avoid them at all costs, but
> I'm not sure I'd be told.
The company I work for, and the livelihood of the hundreds of
2005 Jan 24
1
Deleted objects keep coming back
Having a very strange and frustrating problem with v2.0.1 under Mac OSX
10.3. I have several closely related workspaces in the same directory that I
need to keep separate from one another (there are a few objects common to
all workspaces, and then there are other objects that store the results of
different analyses on the common objects, which is why I need separate
workspaces).
When I
2017 Aug 10
1
new install on Centos 7
>> Or consider compiling it yourself from source. It may be more work, but
>> you get complete control over your versioning, your package dependencies,
>> etc. If a bug that affects you gets fixed on a bleeding edge version
>> (or is only available as a patch), you can fix it right away rather than
>> waiting for the package maintainer to catch up to it.
>
>
2004 Aug 25
3
FW: Echo Cancellation
Hello,
I am testing speex 1.1.6's echo canceller. I am using testecho.c, with a
few modifications to get it to run on Windows.
My problem is that I am unable to get the echo cancellation to work
correctly. I am working on an audio conferencing software, and one issue
we have is sometimes the microphone picks up what is being played
through the headset, resulting in an echo of the other
2006 Mar 28
13
Load-banancing. two ip''s from one isp
--------------eth0---80.48.56.70---------- -------------80.48.56.65 ISP
| my | router1
| |
| linux |
| | router2
------------eth1---192.168.200.10----- ----------------192.168.1.1 ISP
I''ve two ip from my isp one public and one internal. ISP have two routers router1 is gw for public ip and router2 is gw for internal
2019 Jun 04
2
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
Michael S. Tsirkin <mst at redhat.com> writes:
> On Wed, Apr 17, 2019 at 06:42:00PM -0300, Thiago Jung Bauermann wrote:
>> I rephrased it in terms of address translation. What do you think of
>> this version? The flag name is slightly different too:
>>
>>
>> VIRTIO_F_ACCESS_PLATFORM_NO_TRANSLATION This feature has the same
>> meaning as
2019 Jun 04
2
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
Michael S. Tsirkin <mst at redhat.com> writes:
> On Wed, Apr 17, 2019 at 06:42:00PM -0300, Thiago Jung Bauermann wrote:
>> I rephrased it in terms of address translation. What do you think of
>> this version? The flag name is slightly different too:
>>
>>
>> VIRTIO_F_ACCESS_PLATFORM_NO_TRANSLATION This feature has the same
>> meaning as
2014 Mar 06
1
Survfit Error
Hi everyone,
I am not new to R, but new to running survival models in R.
I am trying to create some basic KM curves, using the following code:
library(survival)
library(KMsurv)
(import data etc - basic right censored, with continuously observed time of death)
sleepfit <- survfit(Surv(timeb, death), data = sleep)
Here timeb is measured is survival in years, death is a 1/0 indicator (1 =
2006 Feb 01
2
memory limit in aov
I want to do an unbalanced anova on 272,992 observations with 405
factors including 2-way interactions between 1 of these factors and
the other 404. After fitting only 11 factors and their interactions I
get error messages like:
Error: cannot allocate vector of size 1433066 Kb
R(365,0xa000ed68) malloc: *** vm_allocate(size=1467461632) failed
(error code=3)
R(365,0xa000ed68) malloc: ***
2000 Mar 17
2
Problem with 1.2.3pre4 and RSAref
The following code snippet will not compile support for RSAref on NetBSD even
if it exists on the system (which breaks OpenSSL):
for WANTS_RSAREF in "" 1 ; do
if test -z "$WANTS_RSAREF" ; then
LIBS="$saved_LIBS -lcrypto"
else
LIBS="$saved_LIBS -lcrypto -lRSAglue
2003 Dec 17
5
beginner programming question
Hi all,
The last e-mails about beginners gave me the courage to post a question;
from a beginner's perspective, there are a lot of questions that I'm
tempted to ask. But I'm trying to find the answers either in the
documentation, either in the about 15 free books I have, either in the
help archives (I often found many similar questions posted in the past).
Being an (still actual)
2005 Oct 13
2
Re: mySQL command line within rails - access denied? [solved]
--- Alex Young <alex-qV/boFbD8Meu8LGVeLuP/g@public.gmane.org> wrote:
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
> Have you
2000 Sep 08
2
problem with installation from source on linux and solaris
On the solaris 7 box, using the Sun make, the configuration works
ok. Even running make works ok. However, when I run "make check" all of
the tests fail. It's a standard Ultra10, with full patches
applied... and there are no errors generated during the make...
On the RH6.x linux box, configure works, make works, make check works,
make install works. Hey, I can even see the R
2008 Oct 10
4
Budge Tones pick up wrong calls
We have 3 Grandstream Budge Tone 100 phones which are being very fluid
on incoming calls. They are set up as extensions 2501, 2518, and 2536.
When calling out to another phone, they always identify themselves
correctly. But sometimes they will respond to the wrong incoming
calls. (By respond, I mean that the phone rings and if someone picks up
the receiver, the call then goes thru.) For