Name Unresolved: Framebox in access or evaluation of 'Framebox'
Hi all,I am trying to create a function and I don't know what seems to be the problem why it keeps on prompting the error Name Unresolved: Framebox in access or evaluation of 'Framebox' , Framebox( 1 ) /*###*/ Please help bivpolyfit = Function( { x_param, y_param, grouping },
biv = Bivariate( X( Column( x_param ) ), Y( Column( y_param ) ), by( Column( holder ), Column( type ) ),
GroupBy( column
...