IB = (vcc - 0.7)/(RB + (beta+1)*RE)
% ro = (hoe - hfe/rmu)^-1
% It should be like that but it seems our datasheet is misleading.
% Therefore, we will discard that formula and cheat from LTSPICE indeed.
% You may uncommnet that formula and remove the below line if your datasheet is correct.
% Or if yours is wrong too, cheat from LTSPICE and edit the below line
ro = 3.9e4 %% from LTSPICE OP log
Rout = parallels([RE, ro, re])
Rin = parallels([RB, (beta+1)*(re + parallels([RE, ro]))])
absGain = parallels([RE, ro])/(re + parallels([RE, ro]))