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

QQ plot for a fitted normal / lognormal distrbution

$
0
0

I'm having problems generating a QQ plot for a fitted distrubution. The data is fitted by

NormalFit <- fitdistr(obs, densfun="normal") 

where obs are the observations.

I thought I can just do

qqnorm(NormalFit)

I want to do the same for

LogNormalFit <- fitdistr(obs, densfun="log-normal") 

Viewing all articles
Browse latest Browse all 201894

Trending Articles



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