SyntaxFix
Write A Post
Hire A Developer
Questions
My column names is as below
colnames(t) [1] "Class" "Sex" "Age" "Survived" "Freq"
I want to change column name of Class and Sex
colnames(t)=c("STD","Gender","AGE","SURVIVED","FREQ")