search for: relag

Displaying 6 results from an estimated 6 matches for "relag".

Did you mean: relay
2012 Jan 09
0
glmD error
I am attemting to use glmD in order to use latex(obj) afterwards. Glm works fine, glmD throws an error: > conv.go <- glmD(cbind(go.cnt,tot.cnt-go.cnt)~sn+rcs(relAge,4)+termfac+rate:termfac+ + I(relAge*term>(term-1.25))+I((prevbal/tot.cnt)*1e-4)+prod+newmort+ + I(dnorm(relAge*term-round(relAge*term/12)*12,sd=1.2)*as.integer((relAge*term)>3))+ + I(term %in% c(36,60,72,120)) +...
2016 Jan 26
2
strange behavior with "dos filetime resolution = yes"
...ties dialogue correctly shows only even seconds, but (at least) the two indicated versions show sometimes even and sometimes odd seconds if the file has on the server filesystem a timestamp with second. on SLES (file has odd seconds in timestamp): # l --full-time fsclean_kunde.sh -rwxrwxr-x 1 relag relag 1930 2016-01-21 18:08:41.280635200 +0100 fsclean_kunde.sh* on Windows 7 (seconds should be 40!): T:\projekte\relag4i\RelagSystem\cmd>ls -l --full-time T:\projekte\relag4i\RelagSystem\cmd\fsclean_kunde.sh -rw-r--r-- 1 hubert Administ 1930 Thu Jan 21 17:08:41 2016 T:\projekte\re...
2011 Aug 11
5
model formula
Hello useRs, Pls help with removing a single interaction term from a formula: summary( glm.turn.2 <- glm(cbind(turn.cnt,tot.cnt-turn.cnt)~sn+poly(relAge,2,raw=T)+termfac+rate:termfac,data=fix, family="quasibinomial") ) Gives Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -7.028467 0.106002 -66.305 < 2e-16 *** snFeb 0.156963...
2016 Jan 27
0
strange behavior with "dos filetime resolution = yes"
...ows only even seconds, but (at least) the two > indicated versions show sometimes even and sometimes odd seconds if > the file has on the server filesystem a timestamp with second. > > on SLES (file has odd seconds in timestamp): > # l --full-time fsclean_kunde.sh > -rwxrwxr-x 1 relag relag 1930 2016-01-21 18:08:41.280635200 +0100 > fsclean_kunde.sh* > > on Windows 7 (seconds should be 40!): > T:\projekte\relag4i\RelagSystem\cmd>ls -l --full-time > T:\projekte\relag4i\RelagSystem\cmd\fsclean_kunde.sh > -rw-r--r-- 1 hubert Administ 1930 Thu Jan 21 1...
2010 Jul 02
2
unable to get bigglm working, ATTN: Thomas Lumley
...file (description=filename, open="r"); } else { rval <- read.table (conn, nrows=chunksize,sep=' ', skip=0, header=FALSE,...); if (nrow(rval)==0) { close(conn); conn<<-NULL; rval<-NULL; } else { rval$relage <- rval$loctime/rval$term; }; return(rval); } } }; a <- make.data ( filename = "G:/sqldata/newf4.csv", chunksize = 100000, colClasses = list ("NULL", "Date","Date", "integer", "factor",rep("num...
2012 Mar 30
3
ff usage for glm
Greetings useRs, Can anyone provide an example how to use ff to feed a very large data frame to glm? The data.frame cannot be loaded in R using conventional read.csv as it is too big. glm(...,data=ff.file) ?? Thank you Stephen B