Here's one guide on the differences between R and other languages: <<a href="http://www.johndcook.com/R_language_for_programmers.html">http://www.johndcook.com/R_language_for_programmers.html</a>>. There are a few bits that are misleading or inaccurate unfortunately, eg, R does have a matrix type. I'd suggest going straight to <<a href="http://cran.r-project.org/doc/manuals/R-intro.pdf">http://cran.r-project.org/doc/manuals/R-intro.pdf</a>> and <<a href="http://cran.r-project.org/doc/manuals/R-lang.pdf">http://cran.r-project.org/doc/manuals/R-lang.pdf</a>> (also available under R's help menu).<br>
<br><div>Also, an alternate way to install packages:</div><div><br></div><div>install.packages("MASS", dep=TRUE)</div><div><br><div class="gmail_quote">On Wed, Nov 3, 2010 at 6:54 PM, Joe Hale <span dir="ltr"><<a href="mailto:joe@jjhale.com">joe@jjhale.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hey,<br>
<br>
I ran the script from the GUI and got the following error:<br>
<br>
Error in print(inv.logit(intercept_coef)) :<br>
  could not find function "inv.logit"<br>
<br>
I resolved it by going Packages & Data -> Package Manager<br>
<br>
and clicking the checkbox beside the "boot" package so that it said "loaded".<br>
<br>
I got the same when running from the command line.<br>
<br>
I'm using this version: R 2.10.1 GUI 1.31 Leopard build 64-bit (5537)<br>
<br>
Joe<br>
<div><div></div><div class="h5"><br>
On 2 November 2010 22:11, Thomas Lotze <<a href="mailto:thomas.lotze@gmail.com">thomas.lotze@gmail.com</a>> wrote:<br>
> I've put links to the slides and code up at<br>
> <a href="https://www.noisebridge.net/wiki/Machine_Learning_Meetup_Notes:_2010-11-03" target="_blank">https://www.noisebridge.net/wiki/Machine_Learning_Meetup_Notes:_2010-11-03</a><br>
><br>
> It should be pretty easy to install and run, but it wouldn't hurt to have<br>
> someone run it and check me before the meeting.  :)<br>
><br>
> Cheers,<br>
> Thomas<br>
><br>
</div></div>> _______________________________________________<br>
> ml mailing list<br>
> <a href="mailto:ml@lists.noisebridge.net">ml@lists.noisebridge.net</a><br>
> <a href="https://www.noisebridge.net/mailman/listinfo/ml" target="_blank">https://www.noisebridge.net/mailman/listinfo/ml</a><br>
><br>
><br>
_______________________________________________<br>
ml mailing list<br>
<a href="mailto:ml@lists.noisebridge.net">ml@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/ml" target="_blank">https://www.noisebridge.net/mailman/listinfo/ml</a><br>
</blockquote></div><br></div>