R Script : “Error: (list) object cannot be coerced to type double”
问题 I am facing a issue while doing R Script in Azure MIL and error is i.e. "Error: (list) object cannot be coerced to type double" My code is dataset1 <-maml.mapInputPort(2) dataset3 <-maml.mapInputPort(1) Z <- as.numeric((dataset3),stringsAsFactors=TRUE) Y <- mdBinaryDesign(Z,4,dataset1) Y.aggregate=mdBinaryToAggregateDesign(Y) survey.design=mdDesignNames(Y.aggregate, dataset1) data.set <- as.data.frame(survey.design) maml.mapOutputPort("data.set") The issue in coming while assigning value to Z