Description Usage Arguments Examples
Find methods that apply to the object for each class of the object
1  | getS3methodParent(object, FUN, class = 1, export = "all", value = FALSE)
 | 
object | 
 an object  | 
FUN | 
 the name of a generic method  | 
class | 
 the level of class  | 
export | 
 should all methods be output (  | 
value | 
 should the method be returned. Else its name will be returned.  | 
1 2 3  | m <- lvm.reduced(Y~X)
getS3methodParent(m, "coef")
getS3methodParent(m, "coef", value = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.