smartdata-analysis-and-statistics / precmed

A doubly robust precision medicine approach to estimate and validate conditional average treatment effects
https://smartdata-analysis-and-statistics.github.io/precmed/
Apache License 2.0
4 stars 0 forks source link

Rd \usage sections warnings #6

Closed NightlordTW closed 2 years ago

NightlordTW commented 2 years ago
> checking Rd \usage sections ... WARNING
  Undocumented arguments in documentation object 'cvmean'
    'error.maxNR' 'max.iterNR' 'tune'

  Undocumented arguments in documentation object 'intxmean'
    'n.trees.rf'

  Documented arguments not in \usage in documentation object 'pmcount':
    'prop.multi'

  Undocumented arguments in documentation object 'pmmean'
    'n.trees.rf' 'error.maxNR' 'max.iterNR' 'tune'

  Documented arguments not in \usage in documentation object 'pmsurv':
    'prop.multi'

  Functions with \usage entries need to have the appropriate \alias
  entries, and all their arguments documented.
  The \usage entries must correspond to syntactically valid R code.
  See chapter 'Writing R documentation files' in the 'Writing R
  Extensions' manual.