hi peter,

not sure whether this has been answered yet...

Am Donnerstag, 21. August 2014, 10:12:28 schrieb Peter Mayer:
>       In the second line, in particular, I don't know how to express the
> 'tilde' in rk format.  Here's one version of what I've tried, all of
> which cause a parsing error:
> 
> echo (' lml <- lm(' + y + \"~\" + x +');\n');

try

 echo (' lml <- lm(' + y + '~' + x +');\n');

instead.

> I feel that there's something very elementary that I've missed, but I
> don't know what it is! Is there a syntax reference that I can consult?

when you start RKWard (or hit F1), there's a "welcome to RKWard" page. scroll 
down to the bottom and click the "Introduction to Writing Plugins for RKWard" 
link.


viele grüße :: m.eik

-- 
  dipl. psych. meik michalke
  institut f"ur experimentelle psychologie
  abt. f"ur diagnostik und differentielle psychologie
  heinrich-heine-universit"at d-40204 d"usseldorf

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to