Re: [R] help erroer solnp

2018-07-17 Thread Jeff Newmiller
It is hard to help you do the right thing when you don't tell us what you did or what you wanted to do or what data you had to work with. See [1][2] as [3] for help on how to ask a question regarding R. Also, "solnp" is not part of R... such a function exists in the Rsoln contributed package, b

Re: [R] help erroer solnp

2018-07-17 Thread Aya Dakdouki
Hello, I am trying to solve a nonlinear optimization problem using the solnp function. I receive an error message saying: Warning message: In p0 * vscale [(neq + 2) :( nc + np + 1)]: the size of a longer object is not multiple of the size of a shorter object Can you help me please. Thank