Skip to content
Prev 37958 / 63424 Next

S4 class help pages [Sec=Unclassified]

On 04/10/2010 12:14 AM, Troy Robertson wrote:
The problem is the parsing:  that is parsed as `?`(stats4::mle - class), 
i.e. there's a subtraction there, not a name with a hyphen in it.  So 
you're seeing help on subtraction.

You can get what you want with class?stats4::mle.

I'll see if I can fix the advice from ??.

Duncan Murdoch