Try c(as.list(par), a.hat.decision, .... et cetera ...)

We are guessing what any of these are, of course.

On Thu, 14 Aug 2008, Charles Annis, P.E. wrote:

R-ians:

After some effort I coerced my code to do what I want but my syntax is a
kludge.  Suggestions on more elegant syntax?

        par <- NIM.results$par
        do.call("Draw.NIM.POD.curve", list(par[1], par[2], par[3], par[4],
        par[5], a.hat.decision, .... et cetera ...

It seems that I should be able to avoid defining the variable "par" and then
specifying each of its elements, but all my attempts resulted in a list
whose first element is a list, rather than the elements of the list.  And my
attempts at unlist were unsuccessful.

Thank you.

Charles Annis, P.E.

[EMAIL PROTECTED]
phone: 561-352-9699
eFax:  614-455-3265
http://www.StatisticalEngineering.com

--
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595
______________________________________________
[email protected] 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