printGSS: a function for gss analysis description

Description Usage Arguments Details Value See Also Examples

View source: R/smoothingSplinesModel.R

Description

a function for gss analysis description

Usage

1
printGSS(object, threshold)

Arguments

object

a dataframe to describe from fitGSS() function

threshold

numeric, a threshold for Kullback-Leibler projection

Details

the input object is the 2nd element of a fitGSS result, a dataframe with the Kullback-Leibler projection colnames of this dataframe are Genosce, ratio, kl, check. The outlier curves are identified with the Kullback-Lleiber distance higher than a given threshold, see (Gu, 2014). Final identification of outlier is done by an operator over genotypes when the test is significant.

Value

a description

See Also

ssanova

Examples

1
2
 fm1<-fitGSS(datain=plant1,trait="biovolume")
 printGSS(object=fm1,threshold=0.05)

sanchezi/phisStatR documentation built on Nov. 14, 2019, 7:10 p.m.