plot: output model diagnose results

View source: R/AF.Echidna.R

plotR Documentation

output model diagnose results

Description

plot This function output model diagnose results.

Usage

plot(object, idx = NULL, mulT = FALSE, meanN = 2.5)

## S3 method for class 'esR'
plot(object, idx = NULL, mulT = FALSE, meanN = 2.5)

Arguments

object

an object of Echidna-R result.

idx

trait order(1,2,...) when use !cycle in Echidna.

mulT

multi-trait model,FALSE(default).

meanN

make hat(y) higher than 4*mean(y) to NA.

Details

Test trait's norm for Echidna object,similar to asreml.

Value

the result is returned directly.

Author(s)

Yuanzhen Lin <yzhlinscau@163.com>

References

Yuanzhen Lin. R & ASReml-R Statistics. China Forestry Publishing House. 2016

Examples


## Not run: 
library(AFEchidna)

 ##  Echidna
 path='D:/Echidna/Jobs/METb11'

 #  mainly works for '_e.R'
 res<-esRT(path=path,trace=T) # for single trait

 names(res)
 class(res)

 # check .esy exist or not
 plot(res)

## End(Not run)


yzhlinscau/AAfun0s documentation built on April 18, 2023, 4:11 p.m.