-
- Downloads
Merge branch 'issue#6' into 'devel'
Issue#6: Review and organize S3 methods This branch: - Review all generic S3 methods, those functions that has `.mcglm` sulfix. - Modifications predominantly were apply 72 column rule, add `@author`, `@method`, `@title` and `@name` in the documentation, add `\code{}` to occurrences of `mcglm`. - Ocurrences of `paste( , sep = "")` where replaced by `paste0( )`. - All the S3 generic functions were placed in one file named `mc_S3_methods.R`. Methods in general are small functions and they aren't the core of the package. Keep them in the same file reduces the number of files, is easier to find. Modifications in the function that produce a `mcglm` will, potentially, affect all generic methods, so the corrections must be applied in just one file. - Individual files containing one S3 methods were deleted. - The `qic.mcglm` where not placed in `mc_S3_methods.R`. Also, no `@method` were included in documentation. Its was treated as a regular function, not a method as the others. See CMT e406660a for details. - Put `README.Rmd` and `Examples/` in `.Rbuildignore`. In the building process, there was a warning/note about the absence of the `ahs` object. See merge request !4
Showing
- .Rbuildignore 2 additions, 0 deletions.Rbuildignore
- DESCRIPTION 1 addition, 1 deletionDESCRIPTION
- R/mc_S3_methods.R 512 additions, 0 deletionsR/mc_S3_methods.R
- R/mc_anova.R 0 additions, 52 deletionsR/mc_anova.R
- R/mc_coef.R 0 additions, 74 deletionsR/mc_coef.R
- R/mc_confint.mcglm.R 0 additions, 26 deletionsR/mc_confint.mcglm.R
- R/mc_fitted.mcglm.R 0 additions, 16 deletionsR/mc_fitted.mcglm.R
- R/mc_plot.mcglm.R 0 additions, 53 deletionsR/mc_plot.mcglm.R
- R/mc_print.mcglm.R 0 additions, 41 deletionsR/mc_print.mcglm.R
- R/mc_qic.R 16 additions, 6 deletionsR/mc_qic.R
- R/mc_residuals.mcglm.R 0 additions, 24 deletionsR/mc_residuals.mcglm.R
- R/mc_summary.mcglm.R 0 additions, 64 deletionsR/mc_summary.mcglm.R
- R/mc_vcov.R 0 additions, 16 deletionsR/mc_vcov.R
- R/mcglm.R 81 additions, 44 deletionsR/mcglm.R
- man/ahs.Rd 63 additions, 29 deletionsman/ahs.Rd
- man/anova.mcglm.Rd 15 additions, 5 deletionsman/anova.mcglm.Rd
- man/coef.mcglm.Rd 19 additions, 11 deletionsman/coef.mcglm.Rd
- man/confint.mcglm.Rd 16 additions, 11 deletionsman/confint.mcglm.Rd
- man/fitted.mcglm.Rd 11 additions, 7 deletionsman/fitted.mcglm.Rd
- man/mcglm.Rd 17 additions, 11 deletionsman/mcglm.Rd
Loading
Please register or sign in to comment