search for: bml

Displaying 9 results from an estimated 9 matches for "bml".

Did you mean: bl
2012 Sep 28
1
blank plot----how do I make symbols appear
...ross this before? R-script used: ---------------------------------------- HAND<-AllMal[,c(2,4,5)] na.omit(HAND)->HAND write.csv(HAND, "grip.csv") read.csv("grip.csv")->grip grip class(grip) class(HAND) grip$morph<-as.character(grip$Morph) morph<- grip$morph BML<-grip$BML grip$MCF->MCF reg1<-lm(BML~MCF,data=subset(grip,morph=="mel"));reg1 reg2<-lm(BML~MCF,data=subset(grip,morph=="tham"));reg2 reg3<-lm(BML~MCF,data=subset(grip,morph=="A"));reg3 reg4<-lm(BML~MCF,data=subset(grip,morph=="B"));reg4 re...
2012 Jan 17
2
bayesian mixed logit
Dear all, I am writing an R code to fit a Bayesian mixed logit (BML) via MCMC / MH algorithms following Train (2009, ch. 12). Unfortunately, after many draws the covariance matrix of the correlated random parameters tend to become a matrix with almost perfect correlation, so I think there is a bug in the code I wrote but I do not seem to be able to find it.. dull...
2004 Jul 01
1
.eml files rejected by samba
...a suse 8.2 box with no problem at all. Last week I had a file system failure and was forced to rebuild. Rebuilt using SuSE 9.1 and SAMBA 2.28 When I started restoring data, I noticed that all files with .eml extensions could not be written to disk.!?!? As an experriment, i changed the extension to .bml and voila, no prob. User called me today with exactly that complaint. Trying to save email in his home dir and samba won't accept .eml file extensions. I can copy .eml from dir to dir on Linux but not when using samba. Possible bug??? THnaks Laurie
2006 May 23
2
transpose dataset to PC-ORD?
...na = "") ******************************* Daniel S. Gruner, Postdoctoral Scholar Bodega Marine Lab, University of California -- Davis PO Box 247, 2099 Westside Rd Bodega Bay, CA 94923-0247 (o) 707.875.2022 (f) 707.875.2009 (m) 707.338.5722 email: dsgruner_at_ucdavis.edu http://www.bml.ucdavis.edu/facresearch/gruner.html http://www.hawaii.edu/ant/
2019 Feb 15
2
Authenticating AD users and Local users
With a lot of help, I just got AD authentication working (Samba 4.8.3, CentOS 7.6, using Winbind). I then added a local account to a share, but I can’t login. My smb.conf has “security = ads”, but I can’t figure out how to use that AND authenticate local users. How can I authenticate Active Directory AND local users? Brian
2019 Feb 18
1
Authenticating AD users and Local users
...08d693e97e9d%7Cdd8cbebb21394df8b4114e3e87abeb5c%7C0%7C0%7C636859028488910148&amp;sdata=DnOCiIjUYJNCwv%2BKuKSUf4KHnjErBOL%2BlLTeQdyIDPU%3D&amp;reserved=0 [Yale Pathology Logo] Brian Paquin Help Desk Support Yale Pathology ITS --------------------------------------------------- 310 Cedar St. BML B50 New Haven, CT 06520 203-785-3691-office 203-785-2403-fax
2006 Jan 05
3
Ruby OpenID library and OpenIDLoginGenerator
Version 0.9.2 of the Ruby OpenID library has been released. This latest release contains a port of the rails LoginGenerator (OpenIDLoginGenerator) that uses OpenID for authentication. Read more and download the library: http://www.openidenabled.com/openid/libraries/ruby/ http://raa.ruby-lang.org/project/openid/ A bit about OpenID: OpenID is a URL based identity system. An OpenID identity is
2005 Aug 25
1
newbie questions about hosting address
...de or helper call and is not chatty as DRB. d) You don''t need many partials files, the yaml file consists all partials. e) Every html coder can easily edit yaml file and understands it. f) It''s simple and powerful. (You can see at http://eeasy.1984.cz what I think of XML GML TML BML stuff :-> ) The best way how to explain my ideas are examples. This is the way how it should work, today I do it using regular expressions which is limitting. I''m going to write a real parser and store parsed templates in a cache (it should be as fast as DRB or faster). But I want...
2005 Aug 19
2
Speex, ACELP, G.729
Hello Jean-Marc: I've been watching the speex development from its inception because I and several Tech Startup Connection members have a very important application for this voice encoding/decoding. Further, we are quite familiar with ACELP as implemented in G.729. As far as I know Speex is also ACELP ... yes/no? Question ... what do you see as the advantages of ACELP compared to MP3? I