coef<- {kergp}R Documentation

Generic Function: Replacement of Coefficient Values

Description

Generic function for the replacement of coefficient values.

Usage

`coef<-`(object, ..., value)

Arguments

object

Object having a numeric vector of coefficients, typically a covariance kernel object.

...

Other arguments for methods.

value

The value of the coefficients to be set.

Value

The modified object.


[Package kergp version 0.5.7 Index]