R/dist_point.R

Defines functions toString.bmerPointDist

setClass("bmerPointDist",
         representation(value = "numeric"),
         contains = "bmerDist")

toString.bmerPointDist <- function(x, digits = getOption("digits"), ...)
  paste("point(value = ", round(x@value, digits), ")", sep = "")

Try the blme package in your browser

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

blme documentation built on Jan. 6, 2021, 1:08 a.m.