@@ -23,8 +23,7 @@ test_that("setup", {
2323#
2424# Tests
2525#
26-
27- context(" ds.glmPredict::smk::gaussian" )
26+ context(" ds.glmPredict::smk::gaussian::without_newobj" )
2827test_that(" simple glmPredict, gaussian, without newobj, se.fit=FALSE" ,{
2928 glmSLMA.res <- ds.glmSLMA(' D$LAB_TSC~D$LAB_TRIG' , family = " gaussian" , newobj = " gaussian.glmslma.obj" )
3029
@@ -105,6 +104,7 @@ test_that("simple glmPredict, gaussian, without newobj, se.fit=FALSE",{
105104 expect_equal(res $ sim3 $ safe.list $ fit.quantiles [[7 ]], 6.054574 , tolerance = 1e-7 )
106105})
107106
107+ context(" ds.glmPredict::smk::gaussian::with_newobj" )
108108test_that(" simple glmPredict, gaussian, with newobj, se.fit=FALSE" , {
109109 glmSLMA.res <- ds.glmSLMA(' D$LAB_TSC~D$LAB_TRIG' , family = " gaussian" , newobj = " gaussian.glmslma.obj" )
110110
@@ -185,6 +185,7 @@ test_that("simple glmPredict, gaussian, with newobj, se.fit=FALSE", {
185185 expect_equal(res $ sim3 $ safe.list $ fit.quantiles [[7 ]], 6.054574 , tolerance = 1e-7 )
186186})
187187
188+ context(" ds.glmPredict::smk::gaussian::sefit_true" )
188189test_that(" simple glmPredict, gaussian, with newobj, se.fit=TRUE" , {
189190 glmSLMA.res <- ds.glmSLMA(' D$LAB_TSC~D$LAB_TRIG' , family = " gaussian" , newobj = " gaussian.glmslma.obj" )
190191
0 commit comments