Package: surveynnet
Title: Neural Network for Complex Survey Data
Version: 1.0.0
Authors@R: c(
    person("Aaron", "Cohen", , "cohenaa@iu.edu", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0003-1971-1072")),
    person("Raul", "Cruz-Cano", , "raulcruz@iu.edu", role = "aut",
           comment = c(ORCID = "0000-0001-7715-1198"))
           )
Description: The goal of 'surveynnet' is to extend the functionality of 'nnet', 
  which already supports survey weights, by enabling it to handle clustered
  and stratified data. It achieves this by incorporating design effects 
  through the use of effective sample sizes as outlined by Chen
  and Rust (2017), <doi:10.1093/jssam/smw036>, and performed by  
  'deffCR' in the package 'PracTools' (Valliant, Dever, and Kreuter (2018), 
  <doi:10.1007/978-3-319-93632-1>).
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/237triangle/surveynnet
BugReports: https://github.com/237triangle/surveynnet/issues
Imports: dplyr, nnet, PracTools, stats, survey, survival
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2024-12-06 18:16:37 UTC; aaroncohen
Author: Aaron Cohen [aut, cre] (<https://orcid.org/0009-0003-1971-1072>),
  Raul Cruz-Cano [aut] (<https://orcid.org/0000-0001-7715-1198>)
Maintainer: Aaron Cohen <cohenaa@iu.edu>
Repository: CRAN
Date/Publication: 2024-12-09 13:40:05 UTC
Built: R 4.4.3; ; 2025-10-21 14:41:42 UTC; windows
