Displaying 1 result from an estimated 1 matches for "optmizationinput".
Did you mean:
optmizationinputs
2013 Mar 06
1
Help with a function and text
...ting some code to generate a function. I am passing that code to a
> dataset which i'm importing in R, e.g.
> Test=read.table('C:/test.txt', header=F, sep='\t', na.strings='NA', dec='.',
> strip.white=TRUE)
> Test
>
> V1
> (if(nclusters>0){OptmizationInputs[3,3]*beta[1]}else{0})+"
> (if(nclusters>1){OptmizationInputs[3,3]*beta[1]}else{0})+"
> V1 has inside a code for a function.
>
> I'm having problems with 2 things:
>
> 1 - I need to take out from V1 all " that appears in the text, i tried a
> replace but d...