Skip to content
Prev 70775 / 398525 Next

Why does "summary" show number of NAs as non-integer?

summary() is an S3 generic that for your vector dispatches
summary.default(). The output of summary default has class "table" and so
calls print.table (print is another S3 generic). Look at the code of
print.table() to see how it formats the output.

-- Bert Gunter
Genentech Non-Clinical Statistics
South San Francisco, CA
 
"The business of the statistician is to catalyze the scientific learning
process."  - George E. P. Box