squidgroup / squidSim

squidSim in tool for simulating data from multi-level/hierarchical models, including genetic, phylogenetic, temporal and spatial effects
Other
6 stars 0 forks source link

indexing and MGE #31

Closed joelpick closed 2 months ago

joelpick commented 4 months ago

the indexing doesnt really work how it was intended, as I hadnt thought through that the internal indexing (turning the data structure into indexes) is done column wise, and so the link between animal and dam is lost. so m[dam] in the equation doesnt index as planned

joelpick commented 2 months ago

fixed with [faf526d] and [73ea40c]