search for: conflevel

Displaying 1 result from an estimated 1 matches for "conflevel".

Did you mean: nconflevel
2007 Dec 06
1
Nine questions about methods and generics
...ric called hetero? If so what is the correct idiom: created, declared, ...? Q2 - if I go class(hetero) it returns "function" rather than "generic". Is that what I should expect? I then called my original function hetero.default hetero.default <- function(Q = NULL, k = NULL, conflevel = 0.95) { # some code left out here which computes values in the list res class(res) <- "meta.hetero" res } Q3 was it a good idea to have it return an object of class "meta.hetero" or would it have been better to call it "hetero" now if I go hetero(14.4, 2...