Displaying 20 results from an estimated 1000 matches similar to: "using residuals of binomial GLM"
2008 May 05
2
Finding non disjoint regular expressions
Hello,
Is there any way I can use the gregexpr functions (or a different function)
in a manner that will also return overlapping (i.e. non disjoint) regular
expressions?
For instance, when running gregexpr("AAA","AAAAAA"), I get two matches, one
at position 1 and one at position 4. I'd like to receive 4 matches at
positions 1, 2, 3 and 4.
Thanks,
Schraga
2008 Jan 16
1
Installing one channel GUI
Hello,
I'm trying to install oneChannelGui on my computer. For this purpose, I've
tried to carefully follow the manual, and done the following:
1. I've installed the Affy power tools
2. I've installed TCL from
http://www.activestate.com/Products/ActiveTcl/ (by following the link at the
right side of the page, and installing activeTCL8.5.0.0)
Nonetheless, when I try running
2006 Oct 12
1
R not responding for nested glm model
Hi,
I'm trying to perform a glm model on count data (poisson distribution of
the errors) where data are nested.
glmmodel<-glm(y~x/z,poisson)
x and z are factors, z nested within x, y is count data.
In that point the R just "stuck" and not respond anymore. I tried
glmmodel<-glm(y~x,poisson)
and there were no problems. Trying
glmmodel<-glm(y~x/z)
gave the same no response.
2007 Dec 15
1
modify a data.frame within a function
Hello all,
I'm trying to modify a single column of a data frame to remove randomly half of the values. I want to do it within a function, but can not assign the modified column back into the data frame. It was easy and successful without a function, so I suspect the problem is the call of the single column within the function.
removedata<-function(datafull,var.removed)
{
attach(datafull)
2007 Jul 17
1
Quality degradation on new versions
Hi Jim,
First of all - thanks, turning the highpass filter off was what I needed,
and the waveforms
match now.
But, when i did the PESQ tests again I found an interesting result :
version 1.0.5 still got
a slightly better average score, but the standard deviation on version 1.2
beta1 was much smaller.
The cause for that is this - on some samples versions 1.0.5 and 1.2beta2
produced a single
2007 Jul 12
0
Quality degradation on new versions
Hi Aviv,
Does the audio sound bad?
You can try turning off the highpass filter (which was not in 1.0.5). This
code is from ti/testenc-TI-C5x.c in the source tree:
/* Turn this off if you want to measure SNR (on by default) */
tmp=0;
speex_encoder_ctl(st, SPEEX_SET_HIGHPASS, &tmp);
speex_decoder_ctl(dec, SPEEX_SET_HIGHPASS, &tmp);
- Jim
----- Original Message -----
From:
2008 Nov 02
1
[LLVMdev] cross compiling using llvm 1.8
After I'm adding to the my path llvm-gcc4-1.8-x86-linux/llvm-bin/ that
contains llvm-gcc.exe and llvm-g++.exe I still get the same error message:
configure: WARNING: ***** llvm-gcc/llvm-g++ was not found, or does not
appear to be
configure: WARNING: ***** working. Please make sure you have llvmgcc and
llvmg++ in
configure: WARNING: ***** your path before configuring LLVM. The runtime
2014 Oct 11
2
CentOS 7 User Manager Tool
I have CentOS 7 installed with GUI (Gnome 3.8.4) and I'm trying to
follow the guide at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/s1-users-configui.html
it speaks of "System > Administration" from the GUI or
"system-config-users" from the command line, but I can't find either? I
don't have a
2008 Apr 02
2
Overdispersion in count data
Hi all,
I have count data (number of flowering individuals plus total number of
individuals) across 24 sites and 3 treatments (time since last burn).
Following recommendations in the R Book, I used a glm with the model y~
burn, with y being two columns (flowering, not flowering) and burn the time
(category) since burn. However, the residual deviance is roughly 10 times
the number of degrees of
2007 Jul 24
0
Quality degradation on new versions
Hi,
OK, basically it appears to be an overflow of the decoded signal, but I
can't reproduce it with speexenc/speexdec. There's an overflow occurring
instead of what should be saturation. Is it possible you're using
speex_decode() and converting from float to short without first checking
for overflows? Normally speex_decode_int() should do it for you, but if
you use the float version
2008 Nov 03
2
[LLVMdev] cross compiling using llvm 1.8
Hi Anton,
But if I'm ignoring this warning and continue according to the
instructions (i.e. copy back the saved tblgen and perform build as
usual), then I get a LOT of linkage errors regarding undefined symbols.
For instance,
smWriterEmitter.cpp:(.text+0x21): undefined reference to `_ZNSs6assignERKSs'
AsmWriterEmitter.cpp:(.text+0x39): undefined reference to
`_ZNSs6assignERKSs'
2007 Jul 12
2
Quality degradation on new versions
Hi,
I have been using speex version 1.0.5 on a text-to-speech program. Recently
I upgraded to version 1.2beta1
and noticed that the waveform the I got after encoding and decoding on the
new versions (beta1,beta2) is much
more different than the original than on version 1.0.5. I also ran a PESQ
comparison test on 700 voice samples
and got better results in the older version (I used quality 9, and
2008 Nov 02
1
[LLVMdev] cross compiling using llvm 1.8
Hello,
I'm trying to cross compile version 1.8 of llvm using mingw32.
I followed the instructions that are published in the site (at
http://llvm.org/docs/GettingStarted.html). However, I no matter what I
try I get the following error message:
configure: WARNING: ***** llvm-gcc/llvm-g++ was not found, or does not
appear to be
configure: WARNING: ***** working. Please make sure you have
2006 Apr 29
1
error rsync'ing links of the form ../xxx
I am running latest rsync version 2.6.8 on both ends.
The receiver is a daemon. When I transfer a symbolic link
like this:
/tmp/rsync -av /opt/iat/IaT3.1.1/bin/* uxgary::root/opt/iat/IaT3.1/bin
building file list ... done
compile_plan.py -> ../python/compile_plan.py
iat_status -> ../python/iat_status.py
load_iat_xml.py -> ../python/load_iat_xml.py
show_engine.py ->
2014 Oct 05
0
VMWare Workstation Guest Keep Crashing
hi all,
I've inherited a CentOS 6.4 machine that runs VMWare Workstation 9 which
in turn hosts a Windows SBS 2011 guest.
the problem is that the Windows guest keeps crashing, and I have no idea
why. it was working fine for a while but recently started crashing
after a day or two of operation.
as a total Linux/CentOS noob, I have some questions:
1) is it safe to assume that since the guest
2016 Mar 22
1
Postfix Installed by default on CentOS 7 Minimal
Is there a reason that Postfix is installed and enabled by default on
CentOS 7 minimal?
--
Igal Sapir
Lucee Core Developer
Lucee.org <http://lucee.org/>
2008 Nov 04
0
[LLVMdev] cross compiling using llvm 1.8
Aviv Peretz wrote:
>
> Hi,
>
>
> I finally gave up building on Linux, in the meantime, and tried to
> build this version straight on Windows, using mingw32.
>
>
> ....
>
> appending configuration tag CXX to mklib
> appending configuration tag F77 to mklib
> checking for llvm-gcc.exe... /c/llvm1.8-mingw32/bin/llvm-gcc.exe
> checking for llvm-g++.exe...
2008 Nov 04
2
[LLVMdev] cross compiling using llvm 1.8
Hi,
I finally gave up building on Linux, in the meantime, and tried to build
this version straight on Windows, using mingw32.
This is my command line:
(running from /c/llvm1.8/generated-llvm/obj)
*../../llvm/configure --prefix=/c/llvm1.8/gene*
*rated-llvm/install/ --enable-debug-runtime --enable-jit*
This is my path definition (it has several redundancies):
$ echo $PATH
2008 Nov 04
2
[LLVMdev] cross compiling using llvm 1.8
Thanks, it helped :-)
I'm now building the sources and apparently my mingw installation does
not support pthread and therefore examples/ParallelJIT.cpp fails:
make[2]: Entering directory
`/c/llvm1.8/generated-llvm/obj/examples/ParallelJIT'
llvm[2]: Compiling ParallelJIT.cpp for Debug build
c:/llvm1.8/llvm/examples/ParallelJIT/ParallelJIT.cpp:20:21: pthread.h:
No such file or
2014 Oct 01
2
VNCServer Startup Config
hi all,
I've inherited a server with CentOS 6.4
the VNC Server starts up with the OS and its screen resolution is set to
800x600.
I found that I can set the resolution by specifying the -geometry
switch, but I can't find where the call to start the vncserver is set in
order to change it.
I know that it's not in /etc/xinetd.d (the only file there is rsync)
here are the contents of