Displaying 1 result from an estimated 1 matches for "ppvariabl".
Did you mean:
ppvariable
2006 Apr 19
2
commercial software selling a R module - question about GPL license rights
...vide a series of "R component" ready to use like 'R
ANOVA', 'R PCA', R Neural Net', etc... which are basically R scripts
with replaceable variables (replacement is done by PP before feeding the
script to the R engine). For instance, you will have:
parameter <- $(PPvariable)
in the R script. In the PP component, you have an option to specify the
value of 'PPvariable', let's say: PPvariable = 10, and the replacement
done in the R script is:
parameter <- 10
before to feed this script to R. So, everything appears transparent to
the end-user who para...