Re: [R] I need help with this

2022-04-06 Thread Kimmo Elo
Hi!

No question. No idea, what you want to achieve. So do not be surprised
that we cannot give you any help.

Kimmo

ti, 2022-04-05 kello 21:59 -0400, ihejirika christopher via R-help
kirjoitti:
> 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]]
> 
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide 
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] I need help with this

2022-04-05 Thread ihejirika christopher via R-help
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]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.