w3resource

R Programming Factors: Exercises, Practice, Solution

R Programming Factors [7 exercises with solution]

[An editor is available at the bottom of the page to write and execute the scripts. Go to the editor]

1. Write a R program to find the levels of factor of a given vector.
Click me to see the sample solution

2. Write a R program to change the first level of a factor with another level of a given factor.
Click me to see the sample solution

3. Write a R program to create an ordered factor from data consisting of the names of months.
Click me to see the sample solution

4. Write a R program to concatenate two given factor in a single factor.
Click me to see the sample solution

5. Write a R program to convert a given pH levels of soil to an ordered factor.
Click me to see the sample solution

6. Write a R program to extract the five of the levels of factor created from a random sample from the LETTERS (Part of the base R distribution.)
Click me to see the sample solution

7. Write a R program to create a factor corresponding to height of women data set, which contains height and weights for a sample of women.
Click me to see the sample solution

R Programming Code Editor:



More to Come !

Do not submit any solution of the above exercises at here, if you want to contribute go to the appropriate exercise page.



Follow us on Facebook and Twitter for latest update.