Stata Replace
The replace command replaces values of an existing variable.
Contents
Usage
replace foo = 1 replace foo = 1 if bar==1 replace foo = 1 in 1/10
The replace command replaces values of an existing variable.
Contents
replace foo = 1 replace foo = 1 if bar==1 replace foo = 1 in 1/10
Stata/Replace (last edited 2023-06-09 14:49:56 by DominicRicottone)