I would like to fit a Pareto Distribution and I am using the following codes. 

I thought the fitted (fit1) should be the fitted value for the data, is it
correct? As the result of the "fitted" turns out to be a single value for
all. 

fit=vglm(ycf1 ~ 1, pareto1(location=alpha), trace=TRUE, crit="c") 
coef(fit, matrix=TRUE) 
summary(fit) 
fitted(fit) 

Could anybody give me some advice?


-- 
View this message in context: 
http://www.nabble.com/Fitted-value-tf3913388.html#a11095344
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to