I watched 5 tutorials, read 8 websites, and spoke to my instructor. I think there might be a technical issue and not so much my code, but please advise.
Note: I do have R version 4.1.3
Where do you think the object Heating_oil_used
comes from?
if you enter ls()
in the console, what shows up?
First, thanks for taking the time to read and reply.
This is interesting: When I type 1s() even after typing
data <- read.csv("HeatingOil.csv")
print(data)
and getting the necessary data I see a scattered view:
Which is from past data I analyzed.
Best,
R
Is data$Heating_oil_used
what you need?
I figured it out! My syntax was perfect; it was just a runtime error, so the assignment received an A and on a different computer it would have run fine; thanks.
This topic was automatically closed 7 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.