search for: wmis

Displaying 3 results from an estimated 3 matches for "wmis".

Did you mean: nmis
2007 Jul 12
1
mix package causes R to crash
...########################################### library(mix) n <-100 x1<-rnorm(n) x2<-rnorm(n,2,1.2) x3<-rnorm(n,1,2) x4<-floor(rnorm(n)*3) y <-rnorm(n,1*x1+2*x2+3*x3+4*x4,2) w <-rnorm(n,3,1.2) ymis<-y ymis[floor(runif(10,1,n))]<-NA wmis<-w wmis[floor(runif(10,1,n))]<-NA dat<-as.data.frame(cbind(wmis,ymis,x1,x2,x3,x4)) s <- prelim.mix(dat,3) # do preliminary manipulations thetahat <- em.mix(s) # ML estimate for unrestricted model rngseed(1234567) # set random number generator seed...
2003 Apr 25
2
compiling kernel without -O
Hello! Is it possible to compile kernel without '-O' option? When my COPTFLAGS=-O -pipe, it compiles fine. When I change COPTFLAGS=-pipe, it breaks: cc -c -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmis sing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter -D_KER NEL -include opt_global.h -mpreferred-stack-boundary=2 -fomit-frame-pointer ../ ../i386/i386/atomic.c In file included from ../../i386/i3...
2003 Oct 12
0
PAM-Winbind authentication working but can't use domain groups
I have successfully set up samba 3.0, PAM, Winbind and joined my samba server to a windows 2000 domain. I can log into my linux box as a domain user and that all works fine. I am having trouble trying to figure out how to set up access to a samba share based on an Active Directory group. Here is my smb.conf file: [global] winbind separator = ` idmap uid = 10000-20000 winbind gid = 10000-20000