database - How many Observations in SAS Sample Data Output -


i have sample sas output , need find out how many observations , compute t-statistic beta1. can me started on how go doing this?

sample sas output

to number of obs in dataset can run code.

data _null_; put nobs=; stop; set sashelp.class nobs=nobs; run; 

a proc reg give summary statistics need, namely, t-value, beta1 , beta null, intercepts of regression equation. here simple easy follow example http://support.sas.com/documentation/cdl/en/statug/63962/html/default/viewer.htm#statug_reg_sect003.htm


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -