Skip to contents

This functions reads the underlying design for the data

Usage

readDesign(jsonfile)

Arguments

jsonfile

the jsonfile with the necessary design parameters: condition_column, experimental_columns, response_column, total_column, condition_is_categorical, covariate, method, crossed_columns, error_is_non_normal, family_p, outlier_alpha, na.action

Value

an object of class RMeDesign

Examples

design=readDesign(jsonfile)
#> Error: object 'jsonfile' not found