Hi,

I have written a program in python and then I used the ks(kernel density
estimator)package of R for smoothing my dataset. Now, I need to extract the
information which has been calculated by the package. The result is somthing
like that:
r.str(j)
List of 4
 $ x          : num [1:3105, 1:2] 0.952 0.891 0.902 0.889 0.864 ...
 $ eval.points:List of 2
  ..$ : num [1:50] -2.84 -2.72 -2.59 -2.47 -2.35 ...
  ..$ : num [1:50] -2.9 -2.77 -2.65 -2.52 -2.39 ...
 $ estimate   : num [1:50, 1:50] 0 0 0 0 0 ...
 $ H          : num [1:2, 1:2] 0.00751 0.00452 0.00452 0.00802
 - attr(*, "class")= chr "kde"
For analysing the results I need eval.points, which give me the points in
two dimension and they have list format but I do not know how I could
attribute these two components to two python components.

How could I tackle with this problem?

Cheers,
Zahra.
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to