Package: mvrsquared Type: Package Title: Compute the Coefficient of Determination for Vector or Matrix Outcomes Version: 0.1.5.999 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) . 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.3 VignetteBuilder: knitr Language: en-US Repository: https://tommyjones.r-universe.dev Date/Publication: 2023-08-22 13:48:59 UTC RemoteUrl: https://github.com/tommyjones/mvrsquared RemoteRef: HEAD RemoteSha: 5387c148e9ad7d8eef1791b4b5b70f8545469fa4 NeedsCompilation: yes Packaged: 2026-06-24 11:42:49 UTC; root Author: Tommy Jones [aut, cre] (ORCID: ), Thomas Nagler [ctb] (ORCID: ) Maintainer: Tommy Jones