Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shermanlo77 committed Aug 1, 2022
1 parent efcb392 commit 0a55749
Show file tree
Hide file tree
Showing 6 changed files with 399 additions and 0 deletions.
15 changes: 15 additions & 0 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

EmAlgorithmRcpp <- function(features, responses, initial_prob, n_data, n_feature, n_category, n_outcomes, n_cluster, n_rep, n_thread, max_iter, tolerance, seed) {
.Call(`_poLCAParallel_EmAlgorithmRcpp`, features, responses, initial_prob, n_data, n_feature, n_category, n_outcomes, n_cluster, n_rep, n_thread, max_iter, tolerance, seed)
}

ylik <- function(probs, y, obs, items, numChoices, classes) {
.Call(`_poLCAParallel_ylik`, probs, y, obs, items, numChoices, classes)
}

GoodnessFitRcpp <- function(responses, prior, outcome_prob, n_data, n_category, n_outcomes, n_cluster) {
.Call(`_poLCAParallel_GoodnessFitRcpp`, responses, prior, outcome_prob, n_data, n_category, n_outcomes, n_cluster)
}

216 changes: 216 additions & 0 deletions man/poLCA.Rd

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

24 changes: 24 additions & 0 deletions man/poLCAParallel.goodnessfit.Rd

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

28 changes: 28 additions & 0 deletions man/poLCAParallel.unvectorize.Rd

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

28 changes: 28 additions & 0 deletions man/poLCAParallel.vectorize.Rd

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

Loading

0 comments on commit 0a55749

Please sign in to comment.