Displaying 2 results from an estimated 2 matches for "paymentterm".
2011 Jan 23
0
Error for compiling Rquantlib package 0.3.5 under Window 7 64bits
...ator!=(co
nst QuantLib::UnitOfMeasure&, const QuantLib::UnitOfMeasure&)
C:\Lib\QuantLib/ql/experimental/commodities/quantity.hpp:199:17: note: bool QuantLib::operator!=(const Q
uantLib::Quantity&, const QuantLib::Quantity&)
C:\Lib\QuantLib/ql/experimental/commodities/paymentterm.hpp:115:17: note: bool QuantLib::operator!=(cons
t QuantLib::PaymentTerm&, const QuantLib::PaymentTerm&)
C:\Lib\QuantLib/ql/experimental/credit/defaultevent.hpp:183:17: note: bool QuantLib::operator!=(const Qu
antLib::DefaultEvent&, const QuantLib::Defaul...
2008 Aug 05
1
Extracting variable names of final model in stepAIC
...selection.
> lmModel <- lm(y~.,data.frame(y=y, x=x))
> step <- stepAIC(lmModel, direction="both")
> step$anova
Stepwise Model Path
Analysis of Deviance Table
Initial Model:
y ~ x.Market.Price + x.Quantity + x.Country + x.Incoterm + x.Channel +
x.PaymentTerm
Final Model:
y ~ x.Quantity + x.Country + x.Incoterm + x.PaymentTerm
Step Df Deviance Resid. Df Resid. Dev AIC
1 1067 852257.2 7268.945
2 - x.Channel 1 127.9724 1068 852385.2 7267.108
3 - x.Market.Price 1 858.2...