similar to: STABE, CVS and in between? Confused

Displaying 20 results from an estimated 6000 matches similar to: "STABE, CVS and in between? Confused"

2008 Sep 14
2
Help please! How to code a mixed-model with 2 within-subject factors using lme or lmer?
Hello, I'm using aov() to analyse changes in brain volume between males and females. For every subject (there are 331 in total) I have 8 volume measurements (4 different brain lobes and 2 different tissues (grey/white matter)). The data looks like this: Subject Sex Lobe Tissue Volume subect1 1 F g 262374 subect1 1 F w 173758 subect1 1 O g 67155 subect1 1 O w 30067 subect1 1 P g 117981
1998 Aug 18
3
FreeBSD 2.2-stabe & iomega zip ide & samba
I have configured and working this.But ! Very slow ! A lot of cpu usage by smbd. What can I do ? Other disk/cdrom shared works perfectly. 10tx. Eugeny.
2009 Oct 05
0
Unusual error while using coxph
Hi all, I'm very confused! I've been using the same code for many weeks without any bother for various covariates. I'm now looking at another covaraite and whenever I run the code you can see below I get an error message: "Error in rep(0, nrow(data)) : invalid 'times' argument" This code works: # remove 'missing' cases from data # snearma <-
2008 Sep 13
2
moving from aov() to lmer()
Hello, I've used this command to analyse changes in brain volume: mod1<-aov(Volume~Sex*Lobe*Tissue+Error(Subject/(Lobe*Tissue)),data.vslt) I'm comparing males/females. For every subject I have 8 volume measurements (4 different brain lobes and 2 different tissues (grey/white matter)). As aov() provides only type I anovas, I would like to use lmer() with type II, however, I have
2007 Jan 16
1
Asterisk, SpanDSP and RXFax
Hey All, I am attempting to get the RXFax app working and having a hell of a time of it. I am hoping that some of you fine folks can help me out. I have installed Asterisk v1.2.14, SpanDSP v0.0.2pre26 and app_rxfax. All compiled and installed fine. When I attempt to call the extension I have created for receiving fax's then I get the following error once just as the rxfax
2005 Sep 22
4
Polycom IP500 Quickstart page or files?
Hi, I just got my ip500 back after months of waiting. Is there an easy way to get it hooked up to asterisk without [t]ftp servers and all that or is there a quickstart page somewhere? tia r
2008 Aug 13
0
MinGW Patch
will surgent wrote: > Hello, I was trying to compile Flac on MinGW/Msys but got an error stating > SIZE_T_MAX is undefined. > To fix this error I edited the file "flac-1.2.1/include/share/alloc.h" and > made the following change: <snip> > #ifndef SIZE_MAX > # ifndef SIZE_T_MAX > # ifdef _MSC_VER > # define SIZE_T_MAX UINT_MAX > # elif
2004 Apr 12
2
Voicemail storage in DB
Hey all, Quick Question. I have heard mention that Asterisk has the capability to store voicemail inside a database, instead of storing each voicemail in a separate file under a spool directory. Is this true? If so, does it (or can it) use MySQL? Is there any documentation available showing how to do this? The problem that we are having is that we need redundant voicemail servers
2007 Jan 22
2
Streaming audio file while working in background ?
Hey All, Is there an app available, or another method, to stream an audio file to a caller while performing additional actions in the background? Regardless of whether DTMF is received or not from the caller. I had originally thought that I could use the "Background" app for this but after further investigation found that Background is primarily for playing audio and waiting for
2014 May 11
5
[Bug 78570] New: GT215: Freeze on X startup, 2014.
https://bugs.freedesktop.org/show_bug.cgi?id=78570 Priority: medium Bug ID: 78570 Assignee: nouveau at lists.freedesktop.org Summary: GT215: Freeze on X startup, 2014. QA Contact: xorg-team at lists.x.org Severity: blocker Classification: Unclassified OS: Linux (All) Reporter: phix.nay at gmail.com
2013 Feb 18
2
How to label percentage values inside stacked bar plot using R-base
Hello, I am new to R. I would like others to explain to me how to add absolute values inside the individual stacked bars in a consistent way using the basic R plotting function (R base). I tried to plot a stacked bar graph using R base but the values appear in an inconsistent/illogical way in such a way that its supposed to be 100% for each village but they don't sum up to 100%. Here is the
2003 Apr 26
3
PCA
Hi, I have a dataset of dimensions 50 x 15000, and tried to use princomp or prcomp on this dataset with 15000 columns as variables, but it seems that the 2 functions can;t handle this large number of columns, anyone has nay suggestions to get around this? Thanks --------------------------------- [[alternate HTML version deleted]]
2007 Apr 16
3
Audio Problems - Operating System??
Hey All, I've been using Asterisk for a couple years now, but have always had some unsolvable audio problems. I get audio stuttering and popping quite often. Even if I have just one call up! The server is a Dual Duo-Core 3.0ghz Xeon Processor PC with 4 GB or ram. It just seems to me that this should NOT be happening. The server resources are nearly 98% idle. I've tried using
2004 Sep 24
0
Fw: latest cvs / spandsp
apologies as i forget to mention to the receiving device connected to PSTN is x100p fxo i/f ----- Original Message ----- From: "Graham Turner" <ipcomp1@gotadsl.co.uk> To: <asterisk-users@lists.digium.com> Sent: Friday, September 24, 2004 1:12 PM Subject: latest cvs / spandsp > i am experiencing errors with the rxfax application when receiving faxes > from a
2010 Feb 23
2
Importing a file to r
Hello I am trying to import the attached file Curva LIBOR to R. I am trying to use the following commands and obtaining the following errors > res <- read.xlsx("C:\\Users\\FELIPE PARRA\\Documents\\Quantil\\Federacion\\Curva LIBOR.xlsx", 4) Error en .jcall(rowCells[[ic]], "I", "getColumnIndex") : RcallMethod: invalid object parameter > res <-
2013 Jun 19
1
[LLVMdev] APFloat renaming isNormal => isFiniteNonZero and isIEEENormal => isNormal
It seems like there is a consensus that this is a good change. Any nay sayers? Michael On Jun 18, 2013, at 5:07 PM, Eric Christopher <echristo at gmail.com> wrote: > LGTM (and you've already gotten other positive feedback as well). > > -eric > > On Tue, Jun 18, 2013 at 3:45 PM, Michael Gottesman <mgottesman at apple.com> wrote: >> IEEE-754R defines a
2002 Oct 23
3
How to pipe debugmsg to a file?
Is there a wine option to send the log output to a file? I'm doing the following: wineconsole --debugmsg +all program_name parm1 parm2 parm3 > /mylog.txt mylog.txt is not receiving a copy of the millions, nay billions!, of messages output. I'm using Redhat 7.3 and the 10/07/2002 RPMs. - Bill
2004 May 22
1
Dynamic SIP.CONF
Hey All, We are looking to expand our usage of Asterisk and I am trying to make as much of the configuration dynamic as I possibly can. The only part that I'm having problems with is sip.conf. I can get asterisk to register each extension with our local SER SIP proxy dynamically by using the "sipfriends" table in the database, but I'm having trouble with the message waiting
2006 Sep 06
1
PHP question
I installed a new server a few days ago with a LAMP stack. It runs very well but GD based images(like the ones used for registration verification on the forums) aren't working. I can post my php diagnostic ouput..i wanted to see if anyone had nay ideas before i posted that large amount of stuff. -- My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall
2002 Aug 27
1
RSync and translation
Yeah or Nay... I have a directory like this on box Y... ALBERT BRADLEY CHARLEY and I want rsync to transfer and translate this into... A/ALBERT B\BRADLEY C\CHARLEY on box Z Without altering the original directory. Can this be done? Thanks, Roger __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com