I have an error in my dataset. I imported an excel spread sheet to figure out 2 missing variables. If I dont correct these variables I cant proceed with my analysis. How can I do this. When I inputted the spread sheet and inputted Head (final,10) - this allowed me to filter out the first 10 columns of the spreadsheet, two of the column numberals were missing. How do I address this?
where DF should be replaced with the name of the data frame containing your data. Please put lines with three back ticks just before and after the output, like this:
```
Your output here
```
Hi FJCC do you know a lot about R Studio? Are you able to help me with a problem. my email is shivsawh99@gmail.com I can attach the assignment and see if you can understand it? There are incentives involved if you are able to help me.
I have to assign the variable green2 to a dataset what equals "high" if the number of days a person spent on vacation is greater than two times median number of days spent by the sample as a whole and "low" otherwise.
I am asking if I use the "assign" function to assign a variable to a function specifically? and what is the code to do that?
Is it this code:
assign(x, value, pos = -1, envir = as.environment(pos),
inherits = FALSE, immediate = TRUE)