I have performed a logistic regression with the following result:
ssi.logit.single.age[\"coefficients\"] # $coefficients # (Intercept) age # -3.425062
There is an extraction function called coef to get coefficients from models:
coef
coef(ssi.logit.single.age)["age"]