We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
offset
nothing
1 parent 520162c commit 172b543Copy full SHA for 172b543
src/regressionmodel.jl
@@ -114,7 +114,7 @@ function reconstruct! end
114
offset(model::RegressionModel)
115
116
Return the offset used in the model, i.e. the term added to the linear predictor with
117
-known coefficient 1.
+known coefficient 1, or `nothing` if the model was not fit with an offset.
118
"""
119
function offset end
120
0 commit comments