Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

radiant.design (version 1.3.5)

estimable: Determine coefficients that can be estimated based on a partial factorial design

Description

A function to determine which coefficients can be estimated based on a partial factorial design. Adapted from a function written by Blakeley McShane at https://github.com/fzettelmeyer/mktg482/blob/master/R/expdesign.R

Usage

estimable(design)

Arguments

design

An experimental design generated by the doe function that includes a partial and full factorial design

Examples

Run this code
# NOT RUN {
design <- doe(c("price; $10; $13; $16", "food; popcorn; gourmet; no food"), trials = 6)
estimable(design)
# }

Run the code above in your browser using DataLab