try
fit=vglm(mydata[,"Loss"]~1,pareto1(location=alpha),trace=TRUE,crit="c")

On 2010-9-1 3:20, choonhong ang wrote:
Hi All,

could anybody help me to understand what is this error means ?


mydata=read.table("C:/Documents and
Settings/angieb/Desktop/CommercialGL/cl_ilf_claimdata.csv",header=TRUE,sep=",")
names(mydata)
[1] "ILFTable"    "liabLimit"   "AnnAggLimit" "DedAmt"      "Loss"
"TIL"
fit=vglm(Loss~1,pareto1(location=alpha),trace=TRUE,crit="c")
Error in eval(expr, envir, enclos) : object "Loss" not found

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.





______________________________________________
R-help@r-project.org 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