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.
stderror
1 parent 00ce15f commit ea8019aCopy full SHA for ea8019a
Project.toml
@@ -1,7 +1,7 @@
1
name = "StatsAPI"
2
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
3
authors = ["Milan Bouchet-Valat <nalimilan@club.fr"]
4
-version = "1.2.0"
+version = "1.2.1"
5
6
[compat]
7
julia = "1"
src/statisticalmodel.jl
@@ -139,7 +139,7 @@ function informationmatrix end
139
140
Return the standard errors for the coefficients of the model.
141
"""
142
-function stderror end
+stderror(model::StatisticalModel) = sqrt.(diag(vcov(model)))
143
144
145
vcov(model::StatisticalModel)
0 commit comments