Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
| ######################################################################## | |
| #1-var Linear Regression | |
| ######################################################################## | |
| #lm(formula you wanna fit, dataFrame) | |
| cmodel <- lm(temperature ~ chirps_per_sec, data = cricket) | |
| #Formula | |
| fmla <- temperature ~ chirps_per_sec | |
| fmla <- blood_pressure ~ age + weight | |
| #LHS: outcome, RHS: inputs. |
| #Ctrl+L Clears Console | |
| ######################################################################## | |
| #Vectors & Matrices | |
| ######################################################################## | |
| #views <- matrix(c(linkedin, facebook), nrow = 2, byrow = TRUE) | |
| ######################################################################## | |
| #Factors | |
| ######################################################################## |
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html