Skip to contents

Concatenate classic and PROBIT estimates into a single data.frame

Usage

merge_estimates(x, y, prop2percent = FALSE)

Arguments

x

Classic estimates data frame

y

Probit estimates data frame

prop2percent

Logical. Should proportion type indicators be converted to percentage? Default is FALSE.

Value

Data frame of combined classic and probit estimates

Author

Ernest Guevarra

Examples

  #
  if (FALSE) {
  test <- merge_estimates(x = classicEstimates,
                          y = probitEstimates)
  }