Module 2 Debrief: Data Types and Basic Variable Manipulation

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

At the beginning, when I tried to create a new project, I only really see the check box for "use renv with this project" and not "create a git repository". Why do you think this is the case?

youlleekim
Автор

Concerning labels: how does r know which label to assign to which value? I tried switching up the order and it still assigned them properly.

ItsFrauLehmann
Автор

For line 8, rt_f_df <- subset(rt_df, subject = gender == "Female") this no longer creates a subset with any observations. Have pored over my code and it's correct against what's displayed in the video. I'm guessing this might be a version thing?

bethmelillo
Автор

at 13:57, after using read.csv, your condition and gender variables are already listed as Factors with 2 or 3 levels. When I'm trying this, they're only listed as chr(characters I assume). Why would that happen?

ShaunParkinson
Автор

rt_f_df <- subset(rt_df, subset = gender == "Female")(I wrote this code but came across such problem showing 0 obs and 3 variables for rt_f_df) and I worked on Mac btw. Could you help me to figure it out

enesdeligoz
welcome to shbcf.ru