Thanks everyone for the replies.
Richard, which code are you referring to to generate the squared term? is it
or
?
Richard, which code are you referring to to generate the squared term? is it
Code:
gen SQNAF = sqrt(NAF)
Code:
gen SQNAF=NAF^2
Comment