Skip to content

Commit

Permalink
Update ky_p.ado
Browse files Browse the repository at this point in the history
  • Loading branch information
friosavila committed Mar 8, 2024
1 parent fdc5a2e commit 98bbe74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ky_fit/ky_p.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*! v2.26 9/13/2021. (FRA) Change to V14.
*! v2.3 3/08/2024. (FRA) Changes on Names for Predicted values Rho_R
* v2.26 9/13/2021. (FRA) Change to V14.
* v2.25 9/13/2021. (FRA) Adding Model 9
* v2.23 3/09/2021. (FRA) Correcting Bug for PIP
* v2.22 9/21/2020. (FRA) Corrected names when requesting sig_s(i) or sig_r(i). and adds sig_r(i) and sig_s(i) for models 1 and 2
Expand Down Expand Up @@ -1420,7 +1421,7 @@ version 14
else if "`rho_r'" != "" {
syntax newvarname [if] [in] [, * ]
predictnl `typlist' `varlist'=tanh(xb(arho_r)) if `touse'
label var `varlist' "Rho r: RTM Survey data"
label var `varlist' "Rho r: RTM Admin data"
}
else if "`rho_s'" != "" {
syntax newvarname [if] [in] [, * ]
Expand Down Expand Up @@ -2007,7 +2008,7 @@ version 14
else if "`rho_r'" != "" {
syntax newvarname [if] [in] [, * ]
predictnl `typlist' `varlist'=tanh(xb(arho_r)) if `touse'
label var `varlist' "Rho r: RTM Survey data"
label var `varlist' "Rho r: RTM Admin data"
}
else if "`rho_s'" != "" {
syntax newvarname [if] [in] [, * ]
Expand Down Expand Up @@ -2994,7 +2995,7 @@ version 14
else if "`rho_r'" != "" {
syntax newvarname [if] [in] [, * ]
predictnl `typlist' `varlist'=tanh(xb(arho_r)) if `touse'
label var `varlist' "Rho r: RTM Survey data"
label var `varlist' "Rho r: RTM Admin data"
}
else if "`rho_s'" != "" {
syntax newvarname [if] [in] [, * ]
Expand Down Expand Up @@ -3591,7 +3592,7 @@ version 14
else if "`rho_r'" != "" {
syntax newvarname [if] [in] [, * ]
predictnl `typlist' `varlist'=tanh(xb(arho_r)) if `touse'
label var `varlist' "Rho r: RTM Survey data"
label var `varlist' "Rho r: RTM Admin data"
}
else if "`rho_s'" != "" {
syntax newvarname [if] [in] [, * ]
Expand Down Expand Up @@ -3999,6 +4000,5 @@ version 14
replace `_high' =`_pip_`i'' if `_pip_`i''>`_high' & `_l'==0
}
}
}

}
end

0 comments on commit 98bbe74

Please sign in to comment.