merge_estimates: Concatenate classic and PROBIT estimates into a single...

View source: R/02-merge.R

merge_estimatesR Documentation

Concatenate classic and PROBIT estimates into a single data.frame

Description

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(s)

Ernest Guevarra

Examples

  #
  ## Not run: 
  test <- merge_estimates(x = classicEstimates,
                          y = probitEstimates)
  
## End(Not run)


rapidsurveys/oldr documentation built on April 15, 2024, 11:18 a.m.