Displaying 1 result from an estimated 1 matches for "productvsservice".
Did you mean:
productsservices
2010 Nov 05
1
Problem with 'lars' package
...ems with 'lars' package. I found the previous post of the person
who had the same issue, but the suggested solution in that post did not help
me.
I created the matrices:
ResponseMatrix <- data.frame (GAOdecision=GAOdecision)
PredictorsMatrix <- data.frame (WeaponvsNon = WeaponvsNon, ProductvsService
= ProductvsService, KDuration = KDuration, BusinessSize = BusinessSize,
Bidders = Bidders, Staging = Staging, Criteria = Criteria, KPricing =
KPricing, Political = Political)
and then
output <- lars(PredictorsMatrix, ResponseMatrix)
*Error in one %*% x : requires numeric/complex matrix/vector a...