[R] function code

Luis Ridao Cruz Luisr at frs.fo
Fri Jan 25 15:46:04 CET 2008


R-help,

Sorry for this question (I guess it has been addressed before but 
I could not find it in the archives)
but how can I see a function code
when the following comes up:

> svymean
function (x, design, na.rm = FALSE, ...) 
{
    .svycheck(design)
    UseMethod("svymean", design)
}
<environment: namespace:survey>


Thanks in advance



More information about the R-help mailing list