You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @andrewhooker,
Thanks for this great package. I had a few questions about evaluate_fim_map().
First, the example section of the evaluate_fim_map() documentation ends with shrinkage(poped.db). Shouldn't it be evaluate_fim_map(poped.db)?
Secondly, still in the example section, groupsize is set to 32 for the poped.db. I understand that it is a default/example value. But, can you confirm that the groupsize is not of concern for evaluate_fim_map() since we work on a single-individual problem, and any value could be set?
Thanks in advance
Félicien
The text was updated successfully, but these errors were encountered:
Hello @andrewhooker,
Thanks for this great package. I had a few questions about
evaluate_fim_map()
.First, the example section of the
evaluate_fim_map()
documentation ends withshrinkage(poped.db)
. Shouldn't it beevaluate_fim_map(poped.db)
?PopED/man/evaluate_fim_map.Rd
Line 83 in 70320a7
Secondly, still in the example section,
groupsize
is set to32
for thepoped.db
. I understand that it is a default/example value. But, can you confirm that the groupsize is not of concern forevaluate_fim_map()
since we work on a single-individual problem, and any value could be set?Thanks in advance
Félicien
The text was updated successfully, but these errors were encountered: