add_points: Update design given crosspoints and alpha

View source: R/augment.R

add_pointsR Documentation

Update design given crosspoints and alpha

Description

Given a set of points, a weight and the design, the function adds these points to the new design with uniform weight, and combined weight alpha

Usage

add_points(points, alpha, design)

Arguments

points

Points to be added to the design

alpha

Combined weight of the new points to be added to the design

design

A design as a dataframe with "Point" and "Weight" columns

Value

A design as a dataframe with "Point" and "Weight" columns that is the addition of the design and the new points


Kezrael/optedr documentation built on Oct. 12, 2024, 8:40 p.m.