Learn R Programming

bravo (version 4.1.0)

basic.sven.model: Run SVEN with Optimal Parameters

Description

Fits SVEN on (x, y) using the supplied tuned parameters.

Usage

basic.sven.model(x, y, params, seed = 2441139)

Arguments

x

Cleaned SNP matrix.

y

Phenotype vector.

params

Named numeric vector with lambda and w.

seed

Random seed (default 2441139).