We need to create a reactjs component, which will extract all independent variables from a selected dataset. For example, given the below excel implementation, we'll be able to extract the Gender, Age, pclass, and all other independent variables:
This component, will likely pass the references, to another component, allowing users to choose specific independent variables, to perform the corresponding (logit, probit) analysis.
We need to create a reactjs component, which will extract all independent variables from a selected dataset. For example, given the below excel implementation, we'll be able to extract the
Gender
,Age
,pclass
, and all other independent variables:This component, will likely pass the references, to another component, allowing users to choose specific independent variables, to perform the corresponding (logit, probit) analysis.