[ml] Slides and code for tomorrow: GLMs in R

Thomas Lotze thomas.lotze at gmail.com
Sun Nov 7 05:09:32 UTC 2010


Also, thanks to Joe and others for letting me know about the package loading
issue (inv.logit is in boot, rather than MASS) -- the code and slides have
been updated.  :)

On Wed, Nov 3, 2010 at 8:44 PM, David Faden <dfaden at gmail.com> wrote:

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


More information about the ml mailing list