Displaying 1 result from an estimated 1 matches for "link_ratio".
Did you mean:
link_rate
2008 Jun 05
1
R-code embedded in VBE -- Type mismatch errors
...problem with the R/VB
embedding is that it is quite difficult to understand whether the error
depends on VB, on my R code, or on the interface of the two environments!
Thanks in advance for any suggestions you might have
Peter
------------------- VB Code ---------------------------------
Dim Link_Ratio() As Double
[...]
No_of_Years =
Application.WorksheetFunction.Count(Worksheets("InputTriangle").Range("C15:IV15"))
ReDim Triangle(No_of_Years, No_of_Years)
ReDim Link_Ratio(No_of_Years)
[...]
' Calling some R functions
Call rinterface.RunRFile(Functions_String)
' I...