fboehm / qtl2pleio

Testing pleiotropy vs. separate QTL in multiparental populations
Other
4 stars 1 forks source link

Equation rendering in README contains misplaced asterisks #46

Closed fboehm closed 3 years ago

fboehm commented 3 years ago

Not sure yet how to fix this.

vec(Y) = Xve**c(B) + vec(G) + vec(E)

Some of the "e" letters are bolded when they shouldn't be (in the above equation)

fboehm commented 3 years ago

In README.md, it looks like this:

vec(Y) = *Xvec(B) + vec(G) + ve*c(E)

How did so many asterisks get in there?