Skip to content

'interaction' in design-matrix should create raw columns as well #43

@behrica

Description

@behrica

Currently (after implementing #41 ) we needed to write:

 [
 :cyl
 :disp
 [:cyl:disp '(+ :cyl :disp)]
]

To get three columns in the desing-matrix fn.

R does this automatically, so maybe we want the same, so that:

 [
 [:cyl:disp '(+ :cyl :disp)]
]

creates as well three columns (:cyl :disp :cyl:disp)

But then we need as well 'syntax` to suppress them, if not wanted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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