Hannes Becher
Hannes Becher
Hi, I was wondering whether selfing might be implemented at some point? When importing a tree sequence generated in SLiM, each (sub)population has a selfing rate in its meta data,...
Hi there, I noticed that in the episode "Making Choices" the operators `&&` and `||` are used while `&` and `|` are not introduced. I think in the examples given,...
Typo?
Likelihood is spelled "likelyhood" in the code of Chapter 2. Happy to fork and send PR.
Hi, Many thanks for this package which I am finding really useful! With my current project, the rejection rates are quite high and in the file output, I may get...
Hi there, very nice and useful repo! I am wondering about the way sigma is computed for the data imputation (lines 176-178 in limma_main.R): ``` width
Would it be possible to add compatibility with the recently update DataFrames package? When requesting to install `DataFrames` version 1 (which I need for other packages), I get: ``` julia>...
**Is your feature request related to a problem? Please describe.** The recHist slot/property of the SimParam class is not documented/described, it seems. **Describe the solution you'd like** This is related...
Hi Martin, The more sampling events are needed, the more users will want a programmatical way of creating these lists of length 2 that are required for `schedule_sampling`. Not sure...