https://github.com/MVesuviusC
https://github.com/kidcancerlab
set.seed(784387803)
t.test(sample(1:100, 10), sample(1:100, 10))
I get a super significant result because I wrote a loop to find a good seed.
set.seed(784387803)
t.test(sample(1:100, 10), sample(1:100, 10))
I get a super significant result because I wrote a loop to find a good seed.
My GitHub profile: github.com/MVesuviusC
My new personal site: mvesuviusc.github.io
My GitHub profile: github.com/MVesuviusC
My new personal site: mvesuviusc.github.io
A key tool I use for this is GitHub, which makes it much easier.
I walked through setting up a GitHub profile page to showcase your work. I also showed how GitHub Pages lets you create a simple personal website, quickly.
A key tool I use for this is GitHub, which makes it much easier.
I walked through setting up a GitHub profile page to showcase your work. I also showed how GitHub Pages lets you create a simple personal website, quickly.
One advantage for computational scientists is how easily we can show off our work online. When I did lab work, it would have been hard to show myself pipetting PCRs on the internet.
One advantage for computational scientists is how easily we can show off our work online. When I did lab work, it would have been hard to show myself pipetting PCRs on the internet.