Re: [R] Include a formula using the function “makeParamSet”

2019-10-09 Thread Jeff Newmiller
Technically this question is off-topic on this mailing list (read the Posting Guide!), but I might hazard a guess that the package doesn't like using variable that is a lowercase "c" since that is an extremely common R function name. You can sometimes get away with this, but it takes very carefu

[R] Include a formula using the function “makeParamSet”

2019-10-09 Thread Nelly Reduan
Hello, I am performing Latin Hypercube sampling from functions "makeParamSet" and "generateDesign" (package "ParamHelpers") in R. Using the function "makeParamSet", how can I specify a formula to define a given parameter ? Here is an example where "g� is the product of �a� and �c�: ps <- make