I need help with my dataset

Please am trying to use R Studios for my school project and am having issues navigating. Can somebody help me, I was trying to open this code
A = cor(TENNESSEE_COUNTY_COVID_DATASET)

A
corrplot(A)
corrplot(A, method ="number")
write.csv(A, file = "CorrelationMatrix.csv")

write.csv(A, file = "CorrelationMatrix.csv")

It is hard to help without knowing what problems you are encountering. Are you getting an error?
What is TENNESSEE_COUNTY_COVID_DATASET? Is that a matrix or a data frame or something else?
I don't think corrplot ()is a function in base R. Is that from a package?

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.