Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inclusion of covariate to dependent trait while calculating BLUP values #27

Closed
nivelive opened this issue Jul 27, 2023 · 1 comment
Closed

Comments

@nivelive
Copy link

I want to include Anthesis silking interval (ASI) as a covariate to grain yield while calculating BLUP values and plotting them.
gamem_met(Data, env = Loc_Code,
gen = ENTRY, rep = REP,
block = BLOCK, random= "gen", prob = 0.05, resp = "Grain Yield", verbose = TRUE)
How to include covariate ASI in this code

@TiagoOlivoto
Copy link
Owner

There is no current way to include covariates for computing BLUPs in metan. You can only analyze both traits at once using, eg., resp = c(GY, ASI)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants