On Thu, Feb 21, 2008 at 10:50 AM, Lore Merdrignac <[EMAIL PROTECTED]> wrote: > > I still have the same error ... :( > > > >>> from rpy import r > >>> r.library("survival") > Le chargement a nécessité le package : splines > ['survival', 'splines', 'stats', 'graphics', 'grDevices', 'utils', > 'datasets', 'methods', 'base'] > > >>> rpy.set_default_mode(rpy.NO_CONVERSION) > Traceback (most recent call last): > File "<interactive input>", line 1, in ? > NameError: name 'rpy' is not defined
Lore, You will probably need to do some reading on Python and R, but to fix this problem, you need to: import rpy as Laurent pointed out earlier. Sean ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list