@@ -24,7 +24,7 @@ test_that("setup", {
2424# Tests
2525#
2626
27- context(" ds.glmPredict::smk::binomial" )
27+ context(" ds.glmPredict::smk::binomial::without_newobj " )
2828test_that(" simple glmPredict, binomial, without newobj, se.fit=FALSE" ,{
2929 glmSLMA.res <- ds.glmSLMA(' D$DIS_DIAB~D$LAB_TRIG' , family = " binomial" , newobj = " binomial.glmslma.obj" )
3030
@@ -106,6 +106,7 @@ test_that("simple glmPredict, binomial, without newobj, se.fit=FALSE",{
106106
107107})
108108
109+ context(" ds.glmPredict::smk::binomial::with_newobj" )
109110test_that(" simple glmPredict, binomial, with newobj, se.fit=FALSE" , {
110111 glmSLMA.res <- ds.glmSLMA(' D$DIS_DIAB~D$LAB_TRIG' , family = " binomial" , newobj = " binomial.glmslma.obj" )
111112
@@ -186,6 +187,7 @@ test_that("simple glmPredict, binomial, with newobj, se.fit=FALSE", {
186187 expect_equal(res $ sim3 $ safe.list $ fit.quantiles [[7 ]], 0.029020811 , tolerance = 1e-7 )
187188})
188189
190+ context(" ds.glmPredict::smk::binomial::sefit_true" )
189191test_that(" simple glmPredict, binomial, with newobj, se.fit=TRUE" , {
190192 glmSLMA.res <- ds.glmSLMA(' D$DIS_DIAB~D$LAB_TRIG' , family = " binomial" , newobj = " binomial.glmslma.obj" )
191193
0 commit comments