All blog posts
Page 1 of 1
•
10 min
•
––– views
Linear Regression in R, exploring a real-world dataset
Using this dataset we will explore linear regression concepts and techniques.
#linear-regression
#oceanography
•
1 min
•
––– views
A fancy 'is not null' checker for C#
Checking if a reference is not null sometimes can be tricky. Here is a fancy way to do it.
#csharp
#dotnet
#tricks