Data types and Factors - English
- Questions posted on Forums
- R Tutorials - English
-
HOW TO CHANGE NUMERIC DATA INTO CATEGORICAL
I am unable to change
05-06M 20-30SMay 15, 2025, 2:59 p.m. tanishagoyal
-
Mismatch of structure of captaincy data
spoken tutorial video shows data type of name is factor, however actual processing shows it to character. rectification in the code file is needed.
07-08M 30-40SMay 15, 2025, 12:24 p.m. pashupatinverma
-
Output of str
at time 7:38in output of str(captaincy)structure of names is Factors.but when i execyte the samesturucture of names is displayed as chr
07-08M 30-40SMay 14, 2025, 12:47 a.m. archana.naware@gmail.com
-
Data Frames
Dear Sir/Madam,I think it is the awesome feature that has introduced in R.I really enjoyed this topic.Also i would like to bring to your kind notice that, till now i have completed learning 12 topics of R.Contents are synchronized very well.My question is how much least time is needed to learn & practice R completely considering as a quick learner??
14-15M 0-10SMay 15, 2025, 3:56 p.m. Basavaprasad
-
R
Is pre-declaration of variables possible in R? like Perl language,
00-01M 20-30SMay 13, 2025, 7:45 p.m. gauribbb
-
how to find object data in database
how to find object data in database and convert to integer form like male /female and other are convert into 1,2,3 value in our data base what is code for us.
01-02M 0-10SMay 14, 2025, 11:53 p.m. devendrasinghkaushal
-
1Overview of R and RStudio
-
2Installing R and RStudio on Linux
-
3Installing R and RStudio on Windows
-
4Introduction to basics of R
-
5Introduction to Data Frames in R
-
6Introduction to RStudio
-
7Introduction to R script
-
8Working directories in RStudio
-
9Indexing and Slicing Data Frames
-
10Creating Matrices using Data Frames
-
11Operations on Matrices and Data Frames
-
12Merging and Importing Data
-
Data types and Factors
-
14Lists and its Operations
-
15Plotting Histograms and Pie Chart
-
16Plotting Bar Charts and Scatter Plot
-
17Introduction to ggplot2
-
18Aesthetic Mapping in ggplot2
-
19Data Manipulation using dplyr Package
-
20More Functions in dplyr Package
-
21Pipe Operator
-
22Conditional Statements
-
23Functions in R
Questions posted on ST Forums:
Outline:
What is an object in R Types of R - objects What is an atomic vector in R Types of atomic vectors How to find types of vectors Factors in R Levels of a factor in R Identification of categorical variables How to change the type of a vector How to change the values of levels