Articles by CloudStat

Line Plots (Econometric in R) Input: ##…

November 1, 2011 | CloudStat

Line Plots (Econometric in R) Input: ## ---------------------------- ## ## Plotting Points *and* Lines ## ## ---------------------------- ## pow = c(0.95, 0.6, 0.3, 0.15, 0.1, 0.05, 0.1, 0.15, 0.3, 0.6, 0.95) pow2 = c(0.99, 0.75, 0.4, 0.2, 0.15, 0.0... [Read more...]

Testing for…

October 31, 2011 | CloudStat

Input Output Testing for regression Input: advertising=c(1,2,3,4,5) sales=c(1,1,2,2,4) sales.Reg=lm(sales~advertising) summary(sales.Reg) Output: __ advertising=c(1,2,3,4,5) __ sales=c(1,1,2,2,4) __ __ sales.Reg=lm(sales~advertising) __ summary... [Read more...]
1 2

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)