R/plie.VM.R

Defines functions plie.VM

plie.VM <-
function(m,kappa){

  if (length(kappa)>1) {par = c(m,log(kappa[1]),kappa[2:length(kappa)])}
  else {par = c(m,log(kappa[1]))}

}

Try the NHMSAR package in your browser

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

NHMSAR documentation built on Feb. 9, 2022, 9:06 a.m.