search for: relage

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

Did you mean: relace
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"
Hello, i see a strange behavior with timestamps of files on a samba share (4.2.6 on SLES 12 SP1 and 4.1.8 on Ubuntu 14.04) with "dos filetime resolution = yes": On older samba versions, windows properties 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
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"
On Tue, Jan 26, 2016 at 11:57:58AM +0100, Hubert Gilch wrote: > Hello, > > i see a strange behavior with timestamps of files on a samba share > (4.2.6 on SLES 12 SP1 and 4.1.8 on Ubuntu 14.04) with "dos filetime > resolution = yes": On older samba versions, windows properties > dialogue correctly shows only even seconds, but (at least) the two > indicated versions
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("nume...
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