You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
correct usage would be for example, with model being a model object already built and assume model is a summary level model (would also work for detail)
But this is not well documented, no examples are given and inconsistent with other functions like adjustResultMatrixPrice() where one specifies the matrix like A_d and not having to pass model$A_d. and also having to pass the whole model$crosswalk is odd and then not clear what matrices can be passed... docs say "result matrix" but this actually fails for what are called result matrices like M and N that are not sector x sector.
The text was updated successfully, but these errors were encountered:
I've clarified the descriptions for this and aggregateResultMatrixbyRow() in a61fc47. One is designed to aggregate a result matrix (G or H) while the other is to aggregate a sector by sector result such as what comes out of calculateSectorPurchasedbySectorSourcedImpact()
useeior/R/CalculationFunctions.R
Line 417 in 636a81b
correct usage would be for example, with
model
being a model object already built and assume model is a summary level model (would also work for detail)But this is not well documented, no examples are given and inconsistent with other functions like
adjustResultMatrixPrice()
where one specifies the matrix likeA_d
and not having to passmodel$A_d
. and also having to pass the wholemodel$crosswalk
is odd and then not clear what matrices can be passed... docs say "result matrix" but this actually fails for what are called result matrices likeM
andN
that are not sector x sector.The text was updated successfully, but these errors were encountered: