how to create a dataframe in R from " Min. 1stQu Median Mean 3rdQu Max. NA's" ?? The Data of "Min. 1stQu Median Mean 3rdQu Max. NA's" is attached in the image.
Min.1stQu. Median Mean3rdQu. Max. NA's
0 25000 45000 66200 82000 615000 328
let the column name be "Income". dataframe is attached!
And if I summarize the dataframe it should look like :
Summary(Income)
Min.1stQu. Median Mean3rdQu. Max. NA's
0 25000 45000 66200 82000 615000 328