createWeights {codelink}R Documentation

Create weight for Codelink chips

Description

Usage

        createWeights(object, type=NULL)

Arguments

object an object of class "Codelink".
type weight assigned to each Probe_type.

Details

Value

Note

Author(s)

Diego Diez

See Also

Examples

## Not run: 
    data(codelink.example)
    w <- createWeights(codelink.example, type = list(FIDUCUAL = 0.1))
## End(Not run)

[Package codelink version 1.6.0 Index]