Skip to content

Commit

Permalink
shortened examples
Browse files Browse the repository at this point in the history
  • Loading branch information
perblock committed Feb 5, 2024
1 parent aa3bd61 commit a5374c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/3_coreFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,10 @@ createWeightedCache <-
#' \donttest{
#' # estimate mobility network model
#'
#' myResDN <- estimateMobilityNetwork(myState, myCache, myEffects, myAlg,
#' myAlg_short <- createAlgorithm(myState, myEffects, multinomialProposal = FALSE,
#' nsubN2 = 1, iterationsN3 = 100)
#'
#' myResDN <- estimateMobilityNetwork(myState, myCache, myEffects, myAlg_short,
#' initialParameters = NULL,
#' # in case a pseudo-likelihood estimation was run, replace with
#' # initialParameters = initEst,
Expand Down
5 changes: 4 additions & 1 deletion man/estimateMobilityNetwork.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5374c8

Please sign in to comment.