Challenge: Create and Use Factors
Tâche
Swipe to start coding
Create a factor variable from a vector of survey responses and set a custom order for its levels.
- Convert the
survey_responsesvector into a factor. - Use the order: "Dissatisfied", "Neutral", "Satisfied" for the factor levels.
- Assign the factor to a variable named
satisfaction_factor. - The factor should be ordered.
- Display the structure of the factor using the
str()function and assign the result tostructure_info.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 2
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Suggested prompts:
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Génial!
Completion taux amélioré à 5.56
Challenge: Create and Use Factors
Glissez pour afficher le menu
Tâche
Swipe to start coding
Create a factor variable from a vector of survey responses and set a custom order for its levels.
- Convert the
survey_responsesvector into a factor. - Use the order: "Dissatisfied", "Neutral", "Satisfied" for the factor levels.
- Assign the factor to a variable named
satisfaction_factor. - The factor should be ordered.
- Display the structure of the factor using the
str()function and assign the result tostructure_info.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 2
single