filament1_estimate: Estimate filament models

View source: R/scores.R

filament1_estimateR Documentation

Estimate filament models

Description

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

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

finnlindgren/StatCompLab documentation built on March 23, 2023, 11:47 a.m.