Dear All,

Can someone help me to understand how to obtain coefficients relative to the absolute values of another coefficient after a semiparametric estimation using the user-written command -sml-?

Is it by using the offset option?

For instance:
Code:
net install st0144, from("http://www.stata-journal.com/software/sj8-2")

set matafavor speed

use http://www.stata-press.com/data/r14/nhanes2f, clear

sml female health black [iw=finalwgt], offset(age) nolog
Should I try this for obtaining coefficients relative to age?

Thank you.