Learn R Programming

estar (version 1.0-1)

format_input: Compose a standardized dataframe to be wrangled by the function

Description

Compose a standardized dataframe to be wrangled by the function

Usage

format_input(input = NULL, v_v = NULL, t_v = NULL, data)

Arguments

input

a string stating whether the data frame to be created is for the disturbed system (input = "d") or for the baseline (input = "b"))

v_v

a numerical vector passed to the function as v_resp or v_b

t_v

a numerical vector passed to the function as t_resp, t_b or NULL

data

a dataframe passed to the function as data_resp, data_b or NULL