Skip to content

Shorten factor and categorical in Part 3 #71

@heroashman

Description

@heroashman

Too much time spent motivating factor variables by reviewing table(). Move table() up to the summary variable part and have factor part just be a description of how to make a factor(). Also make the factor() version of continent INSIDE the gap dataframe by doing gap$continent_factor <- factor(gap$continent) so I don't need to clarify how it is outside the dataframe.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions