Learn R Programming

adas.utils (version 1.0.0)

fp_merge_drs: Return a merged defining relationship

Description

This function, given one or more independent refining relationships, returns the most complete relationship, i.e. that which includes all the factors.

Usage

fp_merge_drs(f1, ...)

Value

a formula.

Arguments

f1

a formula.

...

other formulas.

Details

Defining relationships are represented as one side formulas, e.g. $I=ABC$ becomes ~A*B*C.

Examples

Run this code
fp_merge_drs(~A*B*C, ~B*C*D)

Run the code above in your browser using DataLab