model.matrix.parseFormula: Construct Design Matrix from a Parsed, Zelig-style Formula

Description Usage Arguments Value Note Author(s)

Description

This method constructs a design matrix from a Zelig-style formula. This matrix is commonly used in statistical simulation, and will likely be relevent as the relevant form of a setx object.

Usage

1
2
3
  ## S3 method for class 'parseFormula'
model.matrix(object, data = NULL,
    ...)

Arguments

object

a "parseFormula" object

data

a "data.frame"

...

ignored parameters

Value

a "model.matrix" specifying information relevant to a statistical model

Note

This method is primarily used by the setx function.

Author(s)

Matt Owen mowen@iq.harvard.edu


IQSS/Zelig4 documentation built on May 9, 2019, 9:13 a.m.