diff --git a/DESCRIPTION b/DESCRIPTION index 05e449f..8d1b70c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -21,7 +21,7 @@ Imports: Matrix, modeest, tidyr -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Suggests: testthat (>= 3.0.0) diff --git a/NAMESPACE b/NAMESPACE index ec9e7cb..b4cd508 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,7 +1,9 @@ # Generated by roxygen2: do not edit by hand export(icfa) +export(incfa) export(inlavaan) +export(insem) export(isem) exportClasses(INLAvaan) importFrom(INLA,inla) diff --git a/man/isem.Rd b/man/isem.Rd index 87c2dc9..bd095c8 100644 --- a/man/isem.Rd +++ b/man/isem.Rd @@ -3,6 +3,8 @@ \name{isem} \alias{isem} \alias{icfa} +\alias{insem} +\alias{incfa} \title{Title} \usage{ isem( @@ -24,6 +26,26 @@ icfa( stop_at_jagtrans = FALSE, bcontrol = list() ) + +insem( + ..., + target = "INLA", + dp = NULL, + save.lvs = FALSE, + npost = 250, + stop_at_jagtrans = FALSE, + bcontrol = list() +) + +incfa( + ..., + target = "INLA", + dp = NULL, + save.lvs = FALSE, + npost = 250, + stop_at_jagtrans = FALSE, + bcontrol = list() +) } \arguments{ \item{...}{TBC}