/dports/math/R-cran-survey/survey/ |
H A D | NAMESPACE | 39 S3method(marginpred,svycoxph) 158 S3method(svycoxph,survey.design) 159 S3method(svycoxph,svyrep.design) 160 S3method(svycoxph, DBIsvydesign) 211 S3method(anova,svycoxph) 212 S3method(predict,svycoxph) 213 S3method(extractAIC,svycoxph) 215 S3method(AIC,svycoxph) 223 S3method(svycontrast,svycoxph) 269 S3method(summary,svycoxph) [all …]
|
/dports/math/R-cran-survey/survey/inst/doc/ |
H A D | epi.R | 36 summary(svyglm(rel~factor(stage)*factor(histol),family=binomial,design=dccs2)) 46 summary(svyglm(rel~factor(stage)*factor(histol),family=binomial,design=dccs8)) 47 summary(svyglm(rel~factor(stage)*factor(histol),family=binomial,design=gccs8)) 70 svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12), 103 svycoxph(Surv(start,stop,event)~factor(stage)+factor(histol)+I(age/12), 111 svycoxph(Surv(start,stop,event)~factor(stage)+factor(histol)+I(age/12), 124 (b2<-svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12), 132 svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12),
|
H A D | epi.Rnw | 79 summary(svyglm(rel~factor(stage)*factor(histol),family=binomial,design=dccs2)) 93 summary(svyglm(rel~factor(stage)*factor(histol),family=binomial,design=dccs8)) 94 summary(svyglm(rel~factor(stage)*factor(histol),family=binomial,design=gccs8)) 146 svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12), 188 svycoxph(Surv(start,stop,event)~factor(stage)+factor(histol)+I(age/12), 196 svycoxph(Surv(start,stop,event)~factor(stage)+factor(histol)+I(age/12), 216 (b2<-svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12), 224 svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12),
|
/dports/math/R-cran-survey/survey/man/ |
H A D | svycoxph.Rd | 1 \name{svycoxph} 2 \alias{svycoxph} 3 \alias{svycoxph.survey.design2} 4 \alias{svycoxph.survey.design} 6 \alias{predict.svycoxph} 7 %\alias{print.svycoxph} 9 %\alias{summary.svycoxph} 10 %\alias{anova.svycoxph} 12 \alias{AIC.svycoxph} 13 %\alias{survfit.svycoxph} [all …]
|
H A D | twophase.Rd | 8 \alias{summary.twophase} 9 \alias{print.summary.twophase} 157 svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12), design=dcchs) 177 summary(glm(rel~factor(stage)*factor(histol),data=nwtco,family=binomial())) 178 summary(svyglm(rel~factor(stage)*factor(histol),design=dccs2,family=quasibinomial())) 179 summary(svyglm(rel~factor(stage)*factor(histol),design=dccs8,family=quasibinomial())) 183 summary(svyglm(rel~factor(stage)*factor(histol),design=gccs8,family=quasibinomial())) 187 summary(svyglm(rel~factor(stage)*factor(histol),design=pccs8,family=quasibinomial())) 193 summary(svyglm(rel~factor(stage)*factor(histol),design=dccs8_simple,family=quasibinomial()))
|
/dports/math/R-cran-survey/survey/vignettes/ |
H A D | epi.Rnw | 79 summary(svyglm(rel~factor(stage)*factor(histol),family=binomial,design=dccs2)) 93 summary(svyglm(rel~factor(stage)*factor(histol),family=binomial,design=dccs8)) 94 summary(svyglm(rel~factor(stage)*factor(histol),family=binomial,design=gccs8)) 146 svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12), 188 svycoxph(Surv(start,stop,event)~factor(stage)+factor(histol)+I(age/12), 196 svycoxph(Surv(start,stop,event)~factor(stage)+factor(histol)+I(age/12), 216 (b2<-svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12), 224 svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12),
|
/dports/math/R-cran-survey/survey/tests/ |
H A D | twophase.R | 26 summary(d2mu284) 49 cch1<-svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12), 53 cch1.2<-svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12),
|
H A D | twophase.Rout.save | 83 > summary(d2mu284) 149 > cch1<-svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12), 153 > cch1.2<-svycoxph(Surv(edrel,rel)~factor(stage)+factor(histol)+I(age/12),
|
/dports/math/R-cran-survey/survey/inst/ |
H A D | NEWS | 16 other than the first, if extracted using vcov (it was correct in summary() output) 26 summary.svyglm() now gives NA p-values and a warning, rather than Inf standard errors, 243 Add AIC method for svycoxph 510 print.summary.pps wasn't being exported (Gonzalo Perez) 620 print.summary.twophase2 wasn't exported, so summary(twophase.object) 761 print.summary.svyloglin was broken (Norm Breslow). 1025 3.4-2 Options for residual df for summary.svyglm, default based on degf 1096 summary() now gives tests of association for svytable(). 1223 added svycoxph() for replicate weight designs 1251 summary.svyrep.design was reporting 1 replicates for compressed [all …]
|
/dports/math/R-cran-survey/survey/R/ |
H A D | survey.R | 215 print(summary(x$prob)) 906 svycoxph<-function(formula,design,subset=NULL,rescale=TRUE,...){ function 1117 summ<-summary(g) 1177 Ainv<-summary(glm.object)$cov.unscaled 1379 summ <- summary(fitted) 1444 val <- structure(prof, original.fit = fitted, summary = summ)
|
/dports/math/R/R-4.1.2/doc/manual/ |
H A D | R-exts.texi | 4274 exportClasses(mle, profile.mle, summary.mle) 4276 exportMethods(coef, confint, logLik, plot, profile, summary, 8012 print.svycoxph <- function (x, ...) 8408 > fix(summary.data.frame) ## insert browser() call after for() loop 8409 > summary(women) 8410 Called from: summary.data.frame(women) 8424 > rm(summary.data.frame) 8453 > summary(women) 8454 Called from: summary.data.frame(women) 8456 where 1: summary.data.frame(women) [all …]
|
/dports/math/libRmath/R-4.1.1/doc/manual/ |
H A D | R-exts.texi | 4259 exportClasses(mle, profile.mle, summary.mle) 4261 exportMethods(coef, confint, logLik, plot, profile, summary, 7969 print.svycoxph <- function (x, ...) 8365 > fix(summary.data.frame) ## insert browser() call after for() loop 8366 > summary(women) 8367 Called from: summary.data.frame(women) 8381 > rm(summary.data.frame) 8410 > summary(women) 8411 Called from: summary.data.frame(women) 8413 where 1: summary.data.frame(women) [all …]
|