bryangoodrich / ALSM

R package for Kutner et al. 5th ed. Applied Linear Statistical Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package Dependencies

bryangoodrich opened this issue · comments

The package makes use of many other packages in an effort to demonstrate options for computing statistics. Some effort should be made to consolidate these to limit the package dependencies, such as using Rcmdr; while it has a 3D plotting option, the other 3 packages used should suffice. Also, the choice of packages should be evaluated to what is currently available. Is lattice the appropriate plotting library or should ggplot be presented? Should both or should base graphics be used throughout? This issue will be resolved when these questions are addressed.