Hello guys, I will run the multiple regression and calculate the expected number of children EVER BORN for a white, non-Hispanic woman in each age group, holding all other variables constant.
I have Hispanic and black variables as dummy variables.

I do this code :
regress EVER_BORN FAM_INCOME HISPANIC FEM_AGE2 FEM_AGE3 FEM_AGE4 FEM_AGE5 Married Divorced HSGRAD SOMECOL COLGRAD PROFDEG SHAREARNINGS BLACK

I think my code is not enough to calculate the expected number.
Does anyone have an idea?
How can I calculate the expected number of children EVER_BORN for a white, non-Hispanic woman in each age group?