Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update datatable-intro.Rmd #6558

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 5, 2024

  1. Update datatable-intro.Rmd

    A powerful feature of data.table is the ability to store lists as elements (a facility not available in data.frame).  Here is a simple illustration of storing a fitted model as data.table element.
    
    When statistical models are fit to different groups within a data.table, these models can be stored in a result data.table.  Now this resulting data.table can be used to access fitted models.
    gurbuxanink authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    81df375 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Update datatable-intro.Rmd

    Illustrate creation and storage of models as lists within data.table  Provide a counter-example using data.frames where code has more lines and is more difficult to understand.
    gurbuxanink authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    53f7000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03de9eb View commit details
    Browse the repository at this point in the history