On 29-10-2013, at 00:35, kmmoon100 <k.m...@student.unimelb.edu.au> wrote:
> Hi Berend, > > Thank you for your reply. > How can I use dput function for this type of data? > I looked up the description of the function but I still can't understand how > to use it for solving my error. > You don't use dput() to solve your error. You use dput to get a plain text representation of your data. Select the output in any editor, copy and paste it in a mail to the list. If the output is huge then of course you can do dput(head(….,…)) to create a reproducible example. And then maybe people on the list can suggest solutions. Berend > > -- > View this message in context: > http://r.789695.n4.nabble.com/Optimization-failed-in-fitdistr-Weibull-distribution-tp4679178p4679232.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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.