Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat authored Nov 13, 2019
1 parent ba76e52 commit 7d4e6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rbe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ function Base.show(io::IO, rbe::RBE)
println(io, "Intra-individual variance:")

printmatrix(io,[rcoef[1] round(θ[1], sigdigits=6) "CVᵂ:" round(geocv(θ[1])*100, digits=2) "%";
rcoef[2] round(θ[2], sigdigits=6) "CVᵂ:" round(geocv(θ[2])*100, digits=2)] "%")
rcoef[2] round(θ[2], sigdigits=6) "CVᵂ:" round(geocv(θ[2])*100, digits=2) "%"])
println(io, "")

println(io, "Inter-individual variance:")
Expand Down

0 comments on commit 7d4e6b5

Please sign in to comment.