search for: mp5

Displaying 10 results from an estimated 10 matches for "mp5".

Did you mean: mp3
2006 Nov 20
4
for help about logistic regression model
...0.05675 27.5178 6.309750 1.370120 0.64664 1.656920 27.4681 0.00 0.00 0.0000000 94.0851 here p is random effect, and aa is nested in p I do like this: p5 <- read.csv("p_5_angle.csv", header=T, sep=",") Y<-p5$sc>=90 # probability of pointing inward library(MASS) mp5.null <- glmmPQL(Y~1,data=p5,random=~1|p/aa,family=binomial(logit)) summary(mp5.null) mp5.full<-glmmPQL(Y~as*ms*cur,data=p5,random=~1|p/aa,family=binomial(logit)) summary(mp5.full) But output give me Linear mixed-effects model fit by maximum likelihood Data: p5 AIC BIC logLik NA N...
2002 Jun 14
2
Losing hope.
Is it normal for rsync 2.5.5 to keep locking up on large HP/UX 11.0 files? I am not talking about a delay here, but locking up and never returning w/error. Anybody have any suggestions? Aharon -- Sr Unix Administrator Tampa, Florida Websites: http://www.tamparacing.com http://www.tampaforums.com http://www.ls6.com http://www.lastgen.com http://www.xmbforum.com
2006 Mar 30
2
'loop FOR' for make plots
Hello How to create plots dynamically with results of several analysis ? I got many outputs from lm fuction like: mp1.lm mp2.lm mp3.lm mp4.lm mp5.lm ... I'd like to make experimental versus predicted response plots of all analysis in a 'for loop': for( i in 1:10){ x11() plot( mp*i*$experimental_response, fitted( mp*i* ) ); abline(0,1) } I tried: paste( 'mp', i, sep=''), but it don't work. How to make...
2012 Sep 04
0
[PATCH] console: Close stdin, stdout, stderr on ldlinux.c32 unload
...3cde286..953be42 100644 --- a/core/extern.inc +++ b/core/extern.inc @@ -27,8 +27,6 @@ extern hexdump, mydump - extern printf_init - extern mem_init ; fs.c diff --git a/core/hello.c b/core/hello.c index d30fc3b..bed7cb5 100644 --- a/core/hello.c +++ b/core/hello.c @@ -76,8 +76,3 @@ void mp5(void) myprint(5); } -void printf_init(void) -{ - openconsole(&dev_null_r, &dev_stdcon_w); -} - diff --git a/core/init.c b/core/init.c index 01319f4..26b4a19 100644 --- a/core/init.c +++ b/core/init.c @@ -62,7 +62,6 @@ static inline void bios_timer_init(void) *hook = (uint32_t)&ti...
2002 Aug 07
1
Is there anyway to fix large file support?
...nd others > <http://rsync.samba.org/> > Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, > no IPv6, 32-bit system inums, 64-bit internal inums > > > The error: > > A failed large file over 2 gigs: > > aurora:/premdordev/MP5.BCV # rsync --progress -arvvz SM.ORDERS > n4000.premdor.com:/premdor/SM.ORDERS > opening connection using remsh n4000.premdor.com rsync --server > -vvlogDtprz . /premdor/SM.ORDERS > building file list ... > expand file_list to 4000 bytes, did move > 1 file to consider > delta...
2011 Jul 31
2
ffmpeg2theora 0.28 released
ffmpeg2theora 0.28 - http://v2v.cc/~j/ffmpeg2theora/ Some changes that went into this release: - select resize method via commandline - fix 5.1 channel ordering - update to FFmpeg 0.7 branch - additional bug fixes Source: http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.28.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.28 ? Binaries: Linux 32bit
2011 Jul 31
2
ffmpeg2theora 0.28 released
ffmpeg2theora 0.28 - http://v2v.cc/~j/ffmpeg2theora/ Some changes that went into this release: - select resize method via commandline - fix 5.1 channel ordering - update to FFmpeg 0.7 branch - additional bug fixes Source: http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.28.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.28 ? Binaries: Linux 32bit
2007 May 01
1
problem while doing make - openssh on sco unix 7.1
I am trying to install openssh on sco unix 7.1 and getting following error , please help I have installed zlib - zlib-1.2.3 Openssl openssl-0.9.8e Openssh openssh-4.6p1 # make if test ! -z "yes"; then \ /usr/bin/perl ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) cc -o ssh
2012 Aug 14
1
[GIT PULL] elflink fixes
Hi Peter, The main part of this pull request includes commits that try to replace as many __intcall() invocations as possible. Some remain, but not many (and eventually they'll be gone too). There's also a patch to make better use of ld's --as-needed option and various other bug fixes/cleanups. The following changes since commit ff7334a2ce536b7f4b1f6d6f93ff4e285a3bd45a: Only
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking