search for: minag

Displaying 20 results from an estimated 23 matches for "minag".

Did you mean: ming
2006 Apr 25
4
Help needed
...I am trying to change a SAS macro to R. here is my code. I get an error at the last line. attach(fram) dset1<-cbind(AGE,BMI,DEATH) > BMIGRP<-cut(BMI,breaks=3,right=TRUE) > AGEGRP<-floor(AGE/10)-2 > dset<-cbind(AGEGRP,BMIGRP,DEATH) > maxage<-max(dset[,1]) > minage<-min(dset[,1]) > #maxcls<-dset[,2] > #mincls<-dset[,2] > nage<-maxage-minage+1 > nclass<-maxcls-mincls+1 > nsub<-nrow(dset) > weight <- matrix(,nage,1) > for ( i in minage:maxage ) + {weight[i-minage+1,1] = sum(std = i)} > > atrisk = matrix(,ncl...
2009 May 25
3
long format - find age when another variable is first 'high'
...here a faster way to do this in R? My code on a small dataset follows. Thanks very much, David Freedman d<-data.frame(id=c(rep(1,3),rep(2,2),3),age=c(5,10,15,4,7,12),ldlc=c(132,120,125,105,142,160)) d$high.ldlc<-ifelse(d$ldlc>=130,1,0) d library(plyr) d2<-ddply(d,~id,transform,plyr.minage=min(age[high.ldlc==1])); library(doBy) d2<-transformBy(~id,da=d2,doby.minage=min(age[high.ldlc==1])); d2 -- View this message in context: http://www.nabble.com/long-format---find-age-when-another-variable-is-first-%27high%27-tp23706393p23706393.html Sent from the R help mailing list archive at...
2005 Feb 24
2
survreg with gamma distribution: re-post
...ve found some threads to a similar question posted to the R-Help list in October last year. Because I am a bit of a survival analysis and R newbie, I didn't really understand the discussion thread. I've been working with a Weibull distribution, thus: >leafsurv.weibull<-survreg(Surv(minage, maxage, censorcode, type = >"interval")~1, dist = "weib") And I guess I'd like to be able to do something that's the equivalent of >leafsurv.gamma<-survreg(Surv(minage, maxage, censorcode, type = >"interval")~1, dist = "gamma") At le...
2006 Apr 17
7
help
Hi, I am trying to runn a age-period-cohort model, but here is what I am having problem with, hope you can help me! This is what I am trying to do: sumzero_a<-((A-min(A))/5+1) - mean((A-min(A))/5+1) where A is my age variable (numeric, the mid-point of a five-year age group), but I got the following error: Error in min(..., na.rm = na.rm) : invalid 'mode' of argument I am pretty
2002 Dec 14
4
scan() with "what"
...ke to read into R. The read.csv() function seems to be a bit inefficient to deal with it, and I remember that using scan() with "what" options is better. However I'm unable to understand how to use it. The first few lines of the data look like: USAGE,MILEAGE,SEX,EXCESS,NCD,PRIMAGE,MINAGE,DRIVERS,DISTRICT,CARGROUP,CAR_AGE,WSCLMS,ADCLMS,FTCLMS,PDCLMS,PICLMS,ADINCUR,PDINCUR,WSINCUR,FTINCUR,PIINCUR,RECORD,DAYS,MINAGEN,PRIMAGEN SC,7000,M,100,4,59,25,3,4,7,6,0,0,0,,,0,,0,0,,1,85,25,59 SC,7000,M,100,4,59,59,2,4,13,5,0,0,0,,,0,,0,0,,2,278,59,59 SC,7000,M,100,4,60,60,2,4,13,5,0,0,0,,...
2003 Mar 10
1
rpart returning only 1 node
...tually be a theoretical question. When I tried to do the following: ########################################################## > colnames(rating.adclms) [1] "usage" "mileage" "sex" "excess" "ncd" [6] "primage" "minage" "drivers" "district" "cargroup" [11] "car.age" "adclms" "days" > rating.r1 <- rpart(adclms ~ ., data = rating.adclms, + method = "class") > rating.r1 n= 140602 node), sp...
2005 Jan 27
0
Survreg with gamma distribution
...ve found some threads to a similar question posted to the R-Help list in October last year. Because I am a bit of a survival analysis and R newbie, I didn't really understand the discussion thread. I've been working with a Weibull distribution, thus: >leafsurv.weibull<-survreg(Surv(minage, maxage, censorcode, type = "interval")~1, dist = "weib") And I guess I'd like to be able to do something that's the equivalent of >leafsurv.gamma<-survreg(Surv(minage, maxage, censorcode, type = "interval")~1, dist = "gamma") At least one o...
2015 Feb 17
2
Help with archive server
Hi, I want to build a system where 6 months old mail to be moved to archive server to keep my mailbox clean and fast. Is there any way to achieve the same using any pre-built binary shipped with dovecot ? Thanks and Regards Joy
2018 Jan 20
2
Changing expired Samba AD password during Windows login
Thanks for the help, however I don't think your suggestion applies in my case. On a fresh install of Samba 4.7.4 AD you cannot change a user password on a logged in PC through cntl-alt-del -> ChangePassword because the default MinAge is 1 days. I had to use the "samba-tool domain passwordsettings set --min-pwd-age=0" command to make the logged-on style of password change work. All that remains is getting the PasswordChange "during login" to work. Maybe I don't understand your suggestion. What GPO sh...
2003 Apr 11
4
Can I improve the efficiency of my scan() command?
...ing.csv", + what = list( + usage = "", + mileage = 0, + sex = "", + excess = "", + ncd = "", + primage = "", + minage = "", + drivers = "", + district = "", + cargroup = "", + car.age = 0, + wsclms = "", + adclms = "", + ftclms = "&...
2015 Feb 17
0
Help with archive server
...iladressen-und-ein-ausgehend-unterordnern/ But i think you want something other, perhaps some imapsync via cron daily executed at the archive server ,from your active mailbox to your archive mailbox for mail older then 6 months http://linux.die.net/man/1/imapsync watch [--maxage <int>] [--minage <int>] for archive mailbox on the same dovecot server http://wiki2.dovecot.org/Tools/Doveadm/Move http://wiki2.dovecot.org/Tools/Doveadm/SearchQuery may also solve it Best Regards MfG Robert Schetterer -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstra?e 15, 81669 M...
2018 Jan 22
0
Changing expired Samba AD password during Windows login
...onald via samba In chel di` si favelave... > Thanks for the help, however I don't think your suggestion applies in my > case. On a fresh install of Samba 4.7.4 AD you cannot change a user password > on a logged in PC through cntl-alt-del -> ChangePassword because the default > MinAge is 1 days. I had to use the "samba-tool domain passwordsettings set > --min-pwd-age=0" command to make the logged-on style of password change > work. Policies have that default, AFAIK. > Maybe I don't understand your suggestion. What GPO should I adjust so that a > dom...
2010 Jul 01
0
Intermittent authentication error
...shell=/usr/local/bin/no_shell gecos=Functional Account - XPLAN login=false su=false rlogin=false daemon=true admin=false sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=files SYSTEM=compat logintimes= loginretries=3 pwdwarntime=4 account_locked=true minage=1 maxage=6 maxexpired=7 minalpha=2 minother=1 mindiff=2 maxrepeats=4 minlen=8 histexpire=0 histsize=4 pwdchecks= dictionlist=/usr/share/dict/words core_compress=on core_path=on core_pathname=/tmp/cores core_naming=on fsize=-1 cpu=-1 data=262144 stack=65536 core=2097151 rss=65536 nofiles=2000 unsuc...
2014 Feb 27
1
AIX 7.1 Winbind Module Problems
...ath = nosak umask = 022 expires = 0 registry = WINBIND or compat SYSTEM = "WINBIND or compat" logintimes = pwdwarntime = 0 account_locked = false loginretries = 0 histexpire = 0 histsize = 0 minage = 0 maxage = 0 maxexpired = -1 minalpha = 0 minother = 0 minlen = 0 mindiff = 0 maxrepeats = 8 dictionlist = pwdchecks = Daemon.log in /var/log shows that it is missing a shared object. I could not compile 3.6.0...
2014 Feb 27
0
AIX WINBIND ISSUES
...tpath = nosak umask = 022 expires = 0 registry = WINBIND or compat SYSTEM = "WINBIND or compat" logintimes = pwdwarntime = 0 account_locked = false loginretries = 0 histexpire = 0 histsize = 0 minage = 0 maxage = 0 maxexpired = -1 minalpha = 0 minother = 0 minlen = 0 mindiff = 0 maxrepeats = 8 dictionlist = pwdchecks = Daemon.log in /var/log shows that it is missing a shared object. I could not compile 3.6.0 manually t...
2014 Feb 27
0
AIX 7.1 Winbind Module Load Issues
...ath = nosak umask = 022 expires = 0 registry = WINBIND or compat SYSTEM = "WINBIND or compat" logintimes = pwdwarntime = 0 account_locked = false loginretries = 0 histexpire = 0 histsize = 0 minage = 0 maxage = 0 maxexpired = -1 minalpha = 0 minother = 0 minlen = 0 mindiff = 0 maxrepeats = 8 dictionlist = pwdchecks = Daemon.log in /var/log shows that it is missing a shared object. I could not compile 3.6.0...
2017 Jan 30
2
Fwd: Can somebody explain the file ownership of a
...groups=rocketry,bio2 home=/home/wernher shell=/bin/sh login=true su=true rlogin=true daemon=true admin=false sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=LDAP SYSTEM=KRB5LDAP OR compat logintimes= loginretries=0 pwdwarntime=0 account_locked=false minage=0 maxage=0 maxexpired=-1 minalpha=0 minloweralpha=0 minupperalpha=0 minother=0 mindigit=0 minspecialchar=0 mindiff=0 maxrepeats=8 minlen=0 histexpire=0 histsize=0 pwdchecks= dictionlist= default_roles= fsize=2097151 cpu=-1 data=262144 stack=65536 core=2097151 rss=65536 nofiles=2000 time_last_login...
2004 Nov 11
0
Mini HowTo AIX4.3.3-AD-Winbind
...auth1 = SYSTEM auth2 = tpath = nosak umask = 022 expires = 0 SYSTEM = "WINBIND" logintimes = pwdwarntime = 0 account_locked = false loginretries = 0 histexpire = 0 histsize = 0 minage = 0 maxage = 0 maxexpired = -1 minalpha = 0 minother = 0 minlen = 0 mindiff = 0 maxrepeats = 8 dictionlist = pwdchecks = Test your authentication by issuing a telnet to the aix box and login using your Active Directo...
2008 Dec 02
2
Samba ADS Error "Session setup failed: Call returned zero bytes (EOF)"
...auth1 = SYSTEM auth2 = NONE tpath = nosak umask = 027 expires = 0 SYSTEM = "WINBIND or compat" logintimes = pwdwarntime = 0 account_locked = false loginretries = 5 histexpire = 0 histsize = 4 minage = 0 maxage = 12 maxexpired = -1 minalpha = 1 minother = 1 minlen = 8 mindiff = 0 maxrepeats = 4 dictionlist = pwdchecks = $ echo password | kinit ad...@UK.DOMAIN.NET Password for ad...@UK.DOMAIN.NET: Done! New ticket is store...
2010 Apr 27
1
Samba ADS on AIX 6.1 TL04
Hi All I'm trying to intergrate samba server with ADS on AIX 6.1 TL04, for last one week, with idmap / winbind but no satisfactory results. I have gone through various links at samba.org relating to winbind, idmapper and followed http://pware.hvcc.edu/ for precompiled binaries and http://pware.hvcc.edu/AIX-Samba.pdf which is for AIX 6.1 TL03 though. I have found the samba which is provided