Zhian N. Kamvar

Results 213 comments of Zhian N. Kamvar

The link for this practical is: https://htmlpreview.github.io/?https://github.com/ArminderD/Regression_practical/blob/master/Regression_practical.html Tasks that need to be completed: - [ ] Clean up code formatting - [ ] move library calls to the top of...

Note: there are 79 lines that are uncommented for this: ``` $ grep -inr sapply R | grep -Ev '[0-9]:[ ]*[#]' | wc 79 528 6593 ```

The "large" in the message is referring to the number of markers, not the number of individuals. I had proposed a potential solution in https://github.com/thibautjombart/adegenet/issues/221#issuecomment-366788840, but neither Thibaut nor I...

Link: https://htmlpreview.github.io/?https://github.com/ArminderD/ReCon_Rcourse/blob/master/Logistic_Regression.html Tasks: - [ ] Add Arminder's name to the credits - [ ] Change 'utilize' to 'use' - [ ] replace image tables with markdown tables - [...

I've added a potential fix for this in https://github.com/github/cmark-gfm/pull/362, but I'm not sure how active the maintainers are there.

Preview document: https://htmlpreview.github.io/?https://github.com/ArminderD/Count_data/blob/master/Count_data.html This has questions posed to the participants, so it should be classified as a practical Things to address: - [ ] Load packages at the top -...

Link to HTML: https://htmlpreview.github.io/?https://github.com/ArminderD/Case_control/blob/master/Case_control.html Note: this is quite a large file, so it might take some time to load. Things to address: - [ ] add Arminder as a contributor...

the `.all` wildcard was named `.global` and it has already been implemented :grin:

That makes sense! It also aligns with the .regex keyword in the `clean_spelling()` function, so go ahead with the PR and I'll have a looksee

I wouldn’t call this spurious. These dates are all beyond last_date. What behavior do you expect? If you want to get rid of the warning, then set last_date = Sys.date()...