Summary function in R

 Summary function in R


summary() is a generic function used to produce result summaries of the results of various model fitting functions

Example

summary(school)
summary(as.factor(school$age))

Leave a Reply

Discover more from Abhyas

Subscribe now to keep reading and get access to the full archive.

Continue reading