combine_sample_synthetic: Combine sample and synthetic dataframes into one for...

View source: R/utils.R

combine_sample_syntheticR Documentation

Combine sample and synthetic dataframes into one for modeling.

Description

Combine sample and synthetic dataframes into one for modeling.

Usage

combine_sample_synthetic(sample_df, synthetic_population,
  factor_cols = NA, predictor_cols = NA)

Arguments

sample_df

dataframe

synthetic_population

dataframe

factor_cols

vector

predictor_cols

vector

Value

model_df dataframe


AnthonyRentsch/surveyutils documentation built on Feb. 19, 2024, 9:15 a.m.