Trying to find the equivalent of pwcorr in Rstudio

Hmm, I think we’ll need to see more of your code to understand why bph isn’t defined. One possibility: if it’s a column in a data frame, then you’ll need to refer to it as your_dataframe_name$bph.

Here are some resources that might be helpful for making the transition from Stata-land to the R-chipelago:

4 Likes