Skip to content

Part 3 - shorten factor and categorical section #71

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions