Skip to contents

Estimate filament models with different variance structure

Usage

filament1_estimate(data, model)

Arguments

data

A data.frame with the same variables as the filament1 data set. Must have columns CAD_Weight and Actual_Weight

model

Either "A" for a log-linear variance model, or "B" for a proportional scaling error model

Value

An estimation object suitable for use with filament1_predict()

Examples

if (FALSE) {
if(interactive()){
 #EXAMPLE1
 }
}