R/fittedMethods.R

setGeneric("fitted")
setMethod("fitted",
          "movG",
          function(object,...)
          {
            return(object@adjustedPhe)
          }
          )

Try the mvngGrAd package in your browser

Any scripts or data that you put into this service are public.

mvngGrAd documentation built on Oct. 10, 2023, 1:08 a.m.