Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.LNX.4.63a.0509301221510.29284@homer23.u.washington.edu>
Date: 2005-09-30T19:24:15Z
From: Thomas Lumley
Subject: C program
In-Reply-To: <200509301909.j8UJ9Eum012622@gator.dt.uh.edu>

On Fri, 30 Sep 2005, Erin Hodgess wrote:

> Dear R People:
>
> I have R Version 2.1.1. for Windows in binary form.
>
> I would like to look at the C code for massdist. It is part
> of the density function.
>

The .C() call shows that massdist is in the base package.  This means that 
it is likely to be in  the src/appl or src/nmath directories of the R 
source code. Searching these (using grep on Linux) shows that it is in 
src/appl/massdist.c

 	-thomas