Displaying 1 result from an estimated 1 matches for "naqada".
Did you mean:
  nakada
  
2012 Apr 16
0
Gompertz-Makeham hazard models---test for significant difference
...if I wanted to include data from even more cemeteries and compare many
sets of estimated hazard parameters?  Below, I've included a the
data/results for the another cemetery that I'd like to compare to the first. 
Any suggestions are welcome.  Thanks so much.
--Trey
#####################
naqada <-
structure(c(15,20,25,50,19,24,49,Inf,26,45,219,30),.Dim=as.integer(c(4,3)),.Dimnames=list(NULL,c("col1","col2","col3")))
GM.naqada <- function(x,deaths=naqada)
	{
		a2=x[1]
		a3=x[2]
		b3=x[3]
		shift<-15
		nrow<-NROW(deaths)
		
		S.t<-function(t)...