Skip to main content

Regarding boxplot diagram

Posted in

Hi ,

I have been using RED R from past 3 months. Its good. But recently there is a problem with boxplots, I was not able to draw boxplots. please can u help me out.

the error i am getting is

R Error: Error in Internal(typeof(x)): 'x' is missing Original Query was: boxplot(x=as.list(), notch=TRUE)

Data seems to be missing

The query should read boxplot(x=as.list(somedata12.23452345), notch=TRUE).

Did you connect data to the boxplot?

If so can you send the lines of output above the error output. When you try again please go to Options->Canvas Options and set Log level in output to DEVEL, this will output more information so I can help you better.

Kyle

ok thanks

Hi ,

Thank u, Everything was fine and good upto now. thanks for your fast response..

Vinod