R Programming Tutorial - 11 - Data Frame

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

In case any one wants to just copy the data frame data
id <- 1:15
age <- c(22, 60, 45, 38, 36, 48, 44, 38, 40, 38, 32, 37, 44, 39, 41)
name <- c("mathew", "Rick", "ZacK", "Ravi", "Liana",
"Keith", "Armen", "ANson", "Bryan", "MD",
"Vish", "Pons", "Neil", "Chris", "Som")
a <- data.frame(id, age, name)
a

VishalDasa
Автор

Just discovered the "speed" option in video settings! 1.5 is awesome! I dont have to skip-forward anything!!

nickcamel
Автор

Great concised presentations!

Many thanks!

Muuip
Автор

able to get out this error also occurs wht the mistake here
> id<- 1, 2, 3, 4, 5
Error: unexpected ', ' in "id<- 1, "

karthikjayaseelan
Автор

What if you have a function. Like f(x)=6+x, and you want to find the intercrpt of that function.

brettknoss
Автор

THANKS! This really helped me create my data frame! I was so lost.

marymccombs
Автор

How do you import excel files? Guess it's in the next videos.

yili
Автор

What about dataset with different lenght vector.

foss
Автор

QUESTION:
On 1:44 minute you mentioned the phrase ''sprechy or a data frame''.
What does sprechy mean? I looked for that on the dictionary, but I couldnt find it, please tell me is that a term or am I just spelling it wrong?

ΧριστιναΠαχακη-νε
Автор

what does the 'c' before the '(' in age and name mean

bilalrmalik
Автор

R Programming Tutorial - 11 - Data Frame

brendansully
welcome to shbcf.ru