R/getcoef_cold.R

setMethod("getcoef",
          signature(object = "cold"),
          function (object) 
          {
            return(object@coefficients)
          }
        )

Try the cold package in your browser

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

cold documentation built on Aug. 25, 2021, 5:06 p.m.