Stata Replace

-replace- overwrites values of an existing variable.


Usage

replace foo = 1
replace foo = 1 if bar==1
replace foo = 1 in 1/10


CategoryRicottone

Stata/Replace (last edited 2025-10-24 17:35:17 by DominicRicottone)