Given a unique regression object rsystol
, how do I subtract the standard errors from, e.g., the first and second coefficients. I am already subtracting the coefficients with the following code:
coefficients(r_systol)[1] - coefficients(r_systol)[3]
Now I need to perform the same operation with the corresponding standard errors.