You are on page 1of 1

str(iris)->Compactly display the internal structure of an R object

dim(iris)

head(iris)->first 6 data

tail(iris)->last 6 data
summary(iris)-> produce result summaries of the results of various model fitting
functions

lm(wage ~ age, data = Wage)->create a model

Classification->Qualitative difference with a knowledge previous


Regression ->Function model
Clustering ->Separation of groups without knoledge about their labels

You might also like