You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A typical formula is composed of one dependent variable, exogeneous variables, endogeneous variables, instrumental variables, and a set of high-dimensional fixed effects.
35
+
- A typical formula is composed of one dependent variable, exogenous variables, endogenous variables, instrumental variables, and a set of high-dimensional fixed effects.
# The C value adjusts the check to the relative scale of the variable. The C value is equal to the corrected sum of squares for the variable, unless the corrected sum of squares is 0, in which case C is 1. If you specify the NOINT option but not the ABSORB statement, PROC GLM uses the uncorrected sum of squares instead. The default value of the SINGULAR= option, 107, might be too small, but this value is necessary in order to handle the high-degree polynomials used in the literature to compare regression routin
30
+
# Options from SAS
31
+
# The C value adjusts the check to the relative scale of the variable.
32
+
# The C value is equal to the corrected sum of squares for the variable, unless the corrected sum of squares is 0, in which case C is 1.
33
+
# If you specify the NOINT option but not the ABSORB statement, PROC GLM uses the uncorrected sum of squares instead.
34
+
# The default value of the SINGULAR= option, 107, might be too small, but this value is necessary in order to handle the high-degree polynomials used in the literature to compare regression routines
58
35
tols =max.(diag(X), 1)
59
36
for j in1:size(X, 1)
60
37
d = X[j,j]
@@ -82,7 +59,6 @@ function getcols(X::AbstractMatrix, basecolX::AbstractVector)
0 commit comments