Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 201867

How do I get the value of the x-axis in qqnorm plot

$
0
0

I'm trying to make a norm qqplot using plotly.js with the value obtained in R. this plot is what I want to make using plotly

I can get the y-axis values.

m <- lm(Sepal.Length ~ Sepal.Width + Petal.Width, data=iris)
plot(m, which=2) #this plot is what I want to make using plotly
std.resi <- rstandard(m) # y-axis values

But, there's problem. I don't know how to get the x-axis values.

please advise me on this matter. thank you.


Viewing all articles
Browse latest Browse all 201867

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>