famuvie / breedR

Statistical methods for forest genetic resources analysts
http://famuvie.github.io/breedR/
GNU General Public License v3.0
31 stars 24 forks source link

could perform prediction based on run's results for breedR? #104

Closed yzhlinscau closed 4 years ago

yzhlinscau commented 4 years ago

Basically, it should be possible to perform prediction for linear models. It seems that prediction function did not exist in breedR package. Is it possible to predict one or more model item? If possible, how to write the codes? Thanks a lot.

famuvie commented 4 years ago

Hi, for prediction of expected phenotype you can introduce individuals in the dataset with the response variable set to NA (see https://github.com/famuvie/breedR/wiki/Overview#prediction).

What do you mean by predict one or more model item?

Otherwise, please state these kind of questions in the mailing list, rather than here. Thanks.