write_quick_sd: A function for rapid creation of an outlier catch dummy...

View source: R/write_quick_sd.R

write_quick_sdR Documentation

A function for rapid creation of an outlier catch dummy variable

Description

This function allows you to quickly create a dummy variable for controlling outliers

Usage

write_quick_sd(modell = hans, name = "quick_sd")

Arguments

modell

Input data. Just name the model you want to create a dummy for

name

any character string. will be concatenated with a .csv suffix, so you don't have to put it there

Examples

write_quick_sd(my_default_model, name="model_SD_01") ## will be written into the defined directory
write_quick_sd()

benetheking/maRketingscience documentation built on May 17, 2022, 5:57 a.m.