Learn R Programming

guess (version 0.7.0)

new_guess_cv: Create a guess_cv object

Description

Create a guess_cv object

Usage

new_guess_cv(
  fold_results,
  mean_ll,
  total_ll,
  perplexity,
  se,
  cv_type,
  k,
  call = NULL
)

Value

object of class "guess_cv"

Arguments

fold_results

data.frame of per-fold results

mean_ll

mean log-likelihood

total_ll

total log-likelihood

perplexity

perplexity

se

standard error of perplexity across folds

cv_type

"items" or "individuals"

k

number of folds

call

original function call