new response variable

I was wondering how you can define a new response variable in R. For instance if Acceptance and Apps where 2 variables given, how could we define a new variable Acceptance/Apps.

Without a reproducible example and knowing how your data is formatted, it is very hard to answer. Please look into this FAQ on producing a reproducible example. FAQ: How to do a minimal reproducible example ( reprex ) for beginners

It sounds like you are a new user to R and need a tutorial. I suggest https://r4ds.had.co.nz/ and you'll see how to create new variables using the mutate function in Chapter 5 (Data transformation)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.