set.penalty {sgdGMF}R Documentation

Check and set the penalty parameters

Description

Check if the input penalty parameters are allowed and set them to default values if they are not. Returns a list of well-defined penalty parameters.

Usage

set.penalty(B = 0, A = 0, U = 1, V = 0)

Arguments

B

penalty parameter of B

A

penalty parameter of A

U

penalty parameter of U

V

penalty parameter of V


[Package sgdGMF version 1.0.1 Index]