Displaying 2 results from an estimated 2 matches for "dummytest".
2008 Sep 19
1
readRegistry function (PR#12937)
...y("Test",  "HCC, HPD")
Error in readRegistry("Test", "HCC, HPD") : invalid 'hive' value
Please note also that only the first character of the 'key' argument value is
printed in case of error (key not found).
> readRegistry("SOFTWARE\\DummyTest",  "HLM")
Error in readRegistry("SOFTWARE\\DummyTest", "HLM") : 
  Registry key 'S' not found
> sessionInfo()
R version 2.7.2 (2008-08-25) 
i386-pc-mingw32 
locale:
LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.12...
2011 Dec 09
0
Summary model with observations taken out and dummied back in - not working
...to dummy them
back in, (not entirely sure on the reason, but have been told I should try). 
I have used this in order to do it, but I am not getting any statistical
analysis with my dummy it's all NA.
> dummy15=rep(0, times=n)
> dummy15[15]=1
> which(psubset1==0)
[1] 10 15 21 27
> dummytest = lm(price ~ pct.children + wealth +  pct.walk + pct.emp +
> dummy15, data = mydata, *subset = as.logical(subset)*) 
> summary(dummytest)
Call:
lm(formula = price ~ pct.children + wealth +  pct.walk + pct.emp + dummy15,
data = mydata, *subset = as.logical(subset)*)
Residuals:
   Min     1Q...