Hello,
Already asked and answered here:
http://stackoverflow.com/questions/4034436/extract-the-gradient-from-the-deriv-command
Regards,
Pascal
2013/6/11 jpm miao
> Hi,
>
> I have a structure, which is the result of a function
> How can I access the elements in the gradient?
>
> > dput(te
Hi Miao,
Try
attributes(test1)[[1]]
HTH,
Jorge.-
On Tue, Jun 11, 2013 at 3:49 PM, jpm miao wrote:
> Hi,
>
> I have a structure, which is the result of a function
> How can I access the elements in the gradient?
>
> > dput(test1)
> structure(-1.17782911684913, gradient = structure(c(-0.0
Hi,
I have a structure, which is the result of a function
How can I access the elements in the gradient?
> dput(test1)
structure(-1.17782911684913, gradient = structure(c(-0.0571065371783791,
-0.144708170683529), .Dim = 1:2, .Dimnames = list(NULL, c("x1",
"x2"
> test1[[1]]
[1] -1.177829
>
3 matches
Mail list logo