diff --git a/R/pram.R b/R/pram.R index 9b4e4163..66ceffa7 100755 --- a/R/pram.R +++ b/R/pram.R @@ -110,7 +110,7 @@ #' ## it is possible use a transition matrix for a variable and use the 'traditional' way #' ## of specifying a number for the minimal diagonal entries of the transision matrix #' ## for other variables. In this case we must supply `pd` as list. -#' #res4 <- pram( +#' res4 <- pram( #' obj = testdata, #' variables = c("roof", "walls"), #' pd = list(mat, 0.5),