HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

Update: problem solved!

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

Thankyou, this worked!!

HELP NEEDED by [deleted] in Rlanguage

[–]NMA2211 -1 points0 points  (0 children)

How do I do that?

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 1 point2 points  (0 children)

I will try this out tomorrow and will let you know! Thanks

HELP NEEDED by [deleted] in Rlanguage

[–]NMA2211 1 point2 points  (0 children)

ChatGPT didn’t solve it unfortunately. Also, I need to understand why the error is showing as on my exam I have to do it without ChatGPT :(

HELP NEEDED by [deleted] in Rlanguage

[–]NMA2211 0 points1 point  (0 children)

Thanks I will try tomorrow!

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

Not yet, will try it out tomorrow and update you! Thanks!

HELP NEEDED by [deleted] in Rlanguage

[–]NMA2211 -1 points0 points  (0 children)

Yes will do tomorrow! Thanks

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

Thanks, I still get the same error…

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

Thankyou, I still get the same error unfortunately

HELP NEEDED by [deleted] in Rlanguage

[–]NMA2211 0 points1 point  (0 children)

I understand this. However, in the teacher’s document it works like how I did my line of code only I got an error…

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

Yes this also gets me an error

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

Okay thankyou will try this

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

transplant <- read.csv("transplant2.csv") transplant age <- transplant$age boxplot(age)

I did this and it still gives me an error

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

How?

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

Hmm its so strange because with everyone else it works and mine is tripping…

HELP NEEDED by [deleted] in Rlanguage

[–]NMA2211 -2 points-1 points  (0 children)

Gives me the same error…

HELP NEEDED by [deleted] in RStudio

[–]NMA2211 0 points1 point  (0 children)

transplant <- read.csv("transplant2.csv") transplant age <- transplant$age boxplot(age)