From 0b083a475dd7e86cc61a38b60e556a62717dd01c Mon Sep 17 00:00:00 2001 From: Matthias Templ Date: Sun, 10 Mar 2024 12:19:27 +0100 Subject: [PATCH] help --- R/pram.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),