public class ModelFrameFormulaContext extends Object implements FormulaContext
| Constructor and Description |
|---|
ModelFrameFormulaContext(RGenericVector model) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCategories(String variable) |
RVector<?> |
getData(String variable) |
RGenericVector |
getModel() |
public ModelFrameFormulaContext(RGenericVector model)
public List<String> getCategories(String variable)
getCategories in interface FormulaContextpublic RVector<?> getData(String variable)
getData in interface FormulaContextpublic RGenericVector getModel()
Copyright © 2022. All rights reserved.