[R] I need help with this
ihejirika christopher
ch|n|he @end|ng |rom y@hoo@com
Wed Apr 6 03:59:40 CEST 2022
install.packages("titanic")
library(titanic)
training_set <- titanic_train#Saves the train set as a variable so that we do not affect the original data
testing_set <- titanic_test #Saves the test set as a variable so that we do not affect the original data
names(training_set) #Prints the name of each catergory
Sent from Mail for Windows
[[alternative HTML version deleted]]
More information about the R-help
mailing list