Usage
binormal(lmean1 = "identity", emean1 = list(),
         lmean2 = "identity", emean2 = list(),
         lsd1   = "loge",     esd1   = list(),
         lsd2   = "loge",     esd2   = list(),
         lrho   = "rhobit",   erho   = list(),
         imean1 = NULL,       imean2 = NULL,
         isd1   = NULL,       isd2   = NULL,
         irho   = NULL,       imethod = 1,
         equalmean = FALSE,   equalsd = FALSE,
         zero = 3:5)Arguments
lmean1, lmean2, lsd1, lsd2, lrho
Link functions applied to the means, standard deviations and
  rho parameters.
  See Links for more choices.
  Being positive quantities, a log link is the default for the
  standard deviations. emean1, emean2, esd1, esd2, erho
List. Extra argument for the links.
  See earg in Links for general information. imean1, imean2, isd1, isd2, irho, imethod, zero
equalmean, equalsd
Logical or formula.
  Constrains the means or the standard deviations to be equal.
  Only one of these arguments may be assigned a value.