search for: responsematrix

Displaying 1 result from an estimated 1 matches for "responsematrix".

Did you mean: responsematrix_
2010 Nov 05
1
Problem with 'lars' package
Hello, I have problems 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) a...