search for: ml1

Displaying 20 results from an estimated 31 matches for "ml1".

Did you mean: l1
2006 Jun 05
2
Calculation of AIC BIC from mle
R 2.3.0, all packages up to date Linux, SuSE 10.0 Hi I want to calculate AIC or BIC from several results from mle calculation. I found the AIC function, but it does not seem to work with objects of class mle - If I execute the following: ml1 <- mle(...) AIC(ml1) I get the following error messale: Error in logLik(object) : no applicable method for "logLik" Therefore I am using the following to calculate the AIC: #AICmle calculate AIC from mle object AICmle <- function( m, k=2) { lL <- logLik(m) edf <- attr(lL,...
2009 Jun 19
1
a difficulty in boot package
...m in programming for bootstrapping. I don't know why it show the error message. Please see my code below: #'st' is my original dataset. #functions of 'fml.mlogl','pcopula.fam4','ltd','invltd' are already defined boot.OR<-function(data,i) { E=data[i,] ml1<-glm(c_VAsex90_bf ~ trt,family=binomial,data=E) ml2<-glm(c_VAsex90_bm ~ trt,family=binomial,data=E) marg.covariates<-cbind(rep(1,length(E$trt)),E$trt) dep.covariates<-cbind(rep(1,length(E$age_avr)),E$age_avr) start<-c(ml1$coef,ml2$coef,0,0) fml1<-optim(start,fml.mlogl,control=c(ma...
2005 Apr 12
7
Max filesize for rsync?
What the maximum filesize rsync can transfer? I'm trying to rsync one of my servers to another but the rsync is croaking on a file that's barely 1GB. Tips, hints, suggestions? rsync server is AIX 4.3.3 ML11 - rsync 2.6.3 rsync client is AIX 5.3 ML1 - rsync 2.6.4 Thanks -Jeff -- Jeff Schoby Unix/Network Admin City of Columbia, Missouri 573.874.6320
2004 Sep 10
2
[Flac-users] FLAC Plug-in for Windows Media Player?
I was wondering if there is a FLAC plugin for Windows Media Player? Just from doing web-searches, it doesn't look like there is, at least as far as I can tell. So, if there isn't a plug-in for WMP, well, why isn't there? And is there anyone working on one?
2007 Oct 10
1
disperse variable
Hello all, I read the following variable > x x 1 1_A1_ML1_a.DLL 2 11_B1_ML2_a.DLL 3 4_A1_ML3_a.DLL 4 55_C1_ML4_a.DLL 5 14_C1_ML5_a.DLL I would like to disperse it in three variable such as > x1 [1] 1 11 4 55 14 > x2 [1] "A1" "B1" "A1" "C1" "C1" > x3 [1] "ML1" "ML2" &...
2009 Feb 10
1
Putting values and axis X labels on the charts based on allEffects
...phics. I am runnig a simple lm and then using allEffects from 'effects' package: require(effects) model<-lm(Y~A+B, data=mydataframe) I am trying to build (for each predictor - A and then B) a plot of means on Y. I was successful doing it like this - in one swoop: ml.eff<-allEffects(ml1, se=F) plot(ml.eff,ylab="Title of Y") Is it possible to show on my graph: 1. The actual Y values for each dot. 2. The title for A on the A graph and the title for B on the B graph - but without having to do it one by one - because in reality I have more predictors than one. Thank you ve...
2004 Sep 10
2
[Flac-users] Winamp 2/Winamp 3 and FLAC plug-ins
I know that Winamp has its loyal following. I've never used it much. Also, I'm a novice at computer music. I've always just bought CD's and never used computer music. So perhaps I'm an idiot or just not very music-software literate, but I so far haven't been impressed with Winamp, or the FLAC plug-in. Just for one example, I've got a dual-Althlon MP 2000 system
2010 Jun 30
2
Listing Domain Local Groups from a Samba Member (NT4 PDC)
Good Morning to all, Sorry if this is spam to some of you, not sure if this is more technical or not... Considering i have been fighting for a week now on this trying all possible checks and configs out there on the net, i thought i better come to the experts. ;o) My last resort is to upgrade to latest samba ver which might help but i think the bug was not fixed in this version not sure.. :o\ I
2004 Sep 10
0
[Flac-users] Winamp 2/Winamp 3 and FLAC plug-ins
--- Paul Doland <pauld@ml1.net> wrote: ... > Okay, so where am I going. Well, for one, I've installed Winamp > 2.91, the > latest 2.x release, and the FLAC plug-in for it. When I go to try to > play a > .flac file with it, all it seems to do is just convert it to a .wav > file, > and then I have...
2006 Jun 16
1
question regarding sub 640x480 resolutions
Hi all, Recently I was trying Wine with some old games, and I found that Wine was exiting because it couldn't set my screen's resolution to 320x240 (or 320x200). After fiddling with xorg.conf for half an hour, I concluded that my laptop's LCD screen wasn't capable of that resolution. I was able to get Wine to work using the umanaged desktop setting and a virtual desktop of the
2011 Mar 04
1
First-time user woes
Hello list ... I read all that I could at: http://daringfireball.net/projects/markdown/ as well as the man-page. I'm still not sure as to how to get the output written to a file instead of the screen. For example, I did: markdown --html4tags convert-this.txt Should I be redirecting the output to a file, like: markdown --html4tags convert-this.txt > convert-this.html -- Duke
2004 May 05
1
ogg123 patch for title's file.
...ork smoother. A patch for ogg123 that is an update of Matt London's patch[1] for vorbis-tools-1.0 release to vorbis-tools CVS 20040505 20:00UTC, it enables a "-g $file" option that will send read vorbis comments to $file. Hopefully this can be useful. [1] http://pkl.net/~matt/ogg123-ml1.patch -- Justin Zeigler, a.k.a. Barbicane (jzeigler@freestream.net) FreeStream Minority Whip (almost sounds important, don't it?) Peace, Love and Procrastination --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from t...
2004 Feb 20
4
AIX reboot problem after SSH is installed
Hi, I've installed OpenSSH 3.7.1 on AIX. After I've installed it, when I try to reboot the machine using shutdown -Fr command remotely, it doesn't reboot at all, and it hangs. If I'm doing it from its terminal (ie not thru ssh to the remote machine), the machine will reboot. Do you know how to fix this problem? Thanks in advance! Regards, Felix
2010 Jun 07
1
Windows 7 Home to Ubuntu 10.4 Samba 3.4.7 Access denied
I have spent many hours researching and trying many different things, starting with this: http://wiki.samba.org/index.php/Windows7. However, I still cannot get Windows 7 Home Premium to connect to a Samba share using user-based security. XP works fine. I keep getting access denied. Just this evening, I finally tried share level security, and both XP and 7 can connect to that, so I'm
2003 Nov 18
3
[Bug 761] sftp not exiting in batch mode
http://bugzilla.mindrot.org/show_bug.cgi?id=761 Summary: sftp not exiting in batch mode Product: Portable OpenSSH Version: 3.6.1p2 Platform: All OS/Version: AIX Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: openssh-bugs at mindrot.org ReportedBy: mmurra28 at csc.com
2006 Aug 25
9
Multi apps in one Mongrel instance
Hi, It would be nice if Mongrel would do multiapps in one Mongrel instance. For the moment, I have one Mongrel for each app of my server, each on a different port. For example: http://server:8080/app1 http://server:8080/app2 instead of: http://server:8080/ http://server:8081/ Is that planned? Thanks. -jec -- JeSC - Software et Consulting Jean-Eric Cuendet Ing?nieur HES en
2004 Jan 22
1
AIX and openssh 3.7.1p2 with privsep
I am attempting to run openssh 3.7.1p2 with privsep on AIX 5.2 ML2 (with the december 2003 critical patches also). This was compiled on the host machine with the IBM Visual Age C compiler (C for AIX Compiler, Version 5). I did not have any trouble compiling. My configure was ./configure --with-tcp-wrappers, and I have the freeware tcp wrappers (freeware.tcp_wrappers.rte 7.6.1.5), and a compiled
2004 Apr 13
8
OpenSSH 3.8.1p1: call for testing
Hello All. Portable OpenSSH version 3.8.1p1 nearing release. This is primarily a bug fix release and we're asking for interested parties to try a snapshot [1]. A reminder: we rely on community feedback to find out about problems, particularly as there are many platforms any configurations that we don't have access to and can't test. In most cases, running the built-in tests is
2012 Jun 23
9
[PATCH 0/5] btrfs: lz4/lz4hc compression
WARNING: This is not compatible with the previous lz4 patchset. If you''re using experimental compression that isn''t in mainline kernels, be prepared to backup and restore or decompress before upgrading, and have backups in case it eats data (which appears not to be a problem any more, but has been during development). These patches add lz4 and lz4hc compression
2005 Nov 16
11
Need urgent help regarding security
Good Day! I think we have a serious problem. One of our old server running FreeBSD 4.9 have been compromised and is now connected to an ircd server.. 195.204.1.132.6667 ESTABLISHED However, we still haven't brought the server down in an attempt to track the intruder down. Right now we are clueless as to what we need to do.. Most of our servers are running legacy operating systems(old