Package: mvrsquared
Type: Package
Title: Compute the Coefficient of Determination for Vector or Matrix
        Outcomes
Version: 0.1.4
Authors@R: c(
    person("Tommy", "Jones", role = c("aut", "cre"), email = "jones.thos.w@gmail.com",
           comment = c(ORCID = "0000-0001-6457-2452")),
    person("Thomas", "Nagler",, "mail@tnagler.com", role = c("ctb"),
           comment = c(ORCID = "0000-0003-1855-0046"))
    )
Description: Compute the coefficient of determination for outcomes in n-dimensions. 
  May be useful for multidimensional predictions (such as a multinomial model) or
  calculating goodness of fit from latent variable models such as probabilistic
  topic models like latent Dirichlet allocation or deterministic topic models 
  like latent semantic analysis. Based on Jones (2019) <arXiv:1911.11061>.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/TommyJones/mvrsquared
BugReports: https://github.com/TommyJones/mvrsquared/issues
Depends: R (>= 3.0.2)
Imports: Matrix, methods, Rcpp (>= 1.0.2)
Suggests: dplyr, furrr, knitr, MASS, nnet, parallel, rmarkdown, stats,
        stringr, testthat, textmineR, tidytext, spelling
LinkingTo: Rcpp, RcppArmadillo, RcppThread (>= 2.1.3)
RoxygenNote: 7.2.0
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: yes
Packaged: 2022-06-01 17:55:24 UTC; tommy
Author: Tommy Jones [aut, cre] (<https://orcid.org/0000-0001-6457-2452>),
  Thomas Nagler [ctb] (<https://orcid.org/0000-0003-1855-0046>)
Maintainer: Tommy Jones <jones.thos.w@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-01 18:20:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 14:41:13 UTC; windows
Archs: i386, x64
