Displaying 2 results from an estimated 2 matches for "355353".
Did you mean:
35535
2004 Mar 29
1
StepAIC
...96 62237933 607
<none> 65642729 607
+ VD 1 925528 64717201 608
Step: AIC= 605.25
Preis ~ WQ + Lage + WFL + WQ:Lage
Df Sum of Sq RSS AIC
+ RW1 1 3492210 56539923 605
<none> 60032132 605
+ VD 1 355353 59676779 607
Step: AIC= 604.74
Preis ~ WQ + Lage + WFL + RW1 + WQ:Lage
Df Sum of Sq RSS AIC
<none> 56539923 605
+ VD 1 94023 56445900 607
Backward fit:
> stepAIC(w6)
Start: AIC= 596.53
Preis ~ RW1 + WFL + WQ + VD + Lage + Lage...
2010 May 17
0
Rcpp 0.8.0 on CRAN
===== Summary =====
Version 0.8.0 of the Rcpp package was released to CRAN today. This release
marks another milestone in the ongoing redesign of the package, and
underlying C++ library.
===== Overview =====
Rcpp is an R package and C++ library that facilitates integration of C++
code in R packages.
The package features a set of C++ classes (Rcpp::IntegerVector,
Rcpp::Function,