I want to run GLM on my data, but I am getting the error "invalid type (list) for variable 'churn' [on hold]
up vote
-2
down vote
favorite
The structure of my data consists of 18 factor variables and 2 numeric variables and my data frame consists of 7043 observations and 20 variables.
r
New contributor
put on hold as unclear what you're asking by hellow, Lennyy, zx8754, Owen Pauling, greg-449 yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 1 more comment
up vote
-2
down vote
favorite
The structure of my data consists of 18 factor variables and 2 numeric variables and my data frame consists of 7043 observations and 20 variables.
r
New contributor
put on hold as unclear what you're asking by hellow, Lennyy, zx8754, Owen Pauling, greg-449 yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Welcome to StackOverflow! Please read stackoverflow.com/questions/5963269/… and clarify your question and post some sample data.
– Lennyy
yesterday
usestr(data)
on your data and check which variables are stored aslist
.
– Nutle
yesterday
Search for the error "r error "invalid type (list) for variable".
– zx8754
yesterday
@Nutle it is showing 'data frame' 7043 obs of 22 variables.
– Sushmoy Mallik
yesterday
Could you post the output ofdput
of the sample data frame, so that the problem could be reproduced next time?
– Nutle
yesterday
|
show 1 more comment
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
The structure of my data consists of 18 factor variables and 2 numeric variables and my data frame consists of 7043 observations and 20 variables.
r
New contributor
The structure of my data consists of 18 factor variables and 2 numeric variables and my data frame consists of 7043 observations and 20 variables.
r
r
New contributor
New contributor
New contributor
asked yesterday
Sushmoy Mallik
11
11
New contributor
New contributor
put on hold as unclear what you're asking by hellow, Lennyy, zx8754, Owen Pauling, greg-449 yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by hellow, Lennyy, zx8754, Owen Pauling, greg-449 yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Welcome to StackOverflow! Please read stackoverflow.com/questions/5963269/… and clarify your question and post some sample data.
– Lennyy
yesterday
usestr(data)
on your data and check which variables are stored aslist
.
– Nutle
yesterday
Search for the error "r error "invalid type (list) for variable".
– zx8754
yesterday
@Nutle it is showing 'data frame' 7043 obs of 22 variables.
– Sushmoy Mallik
yesterday
Could you post the output ofdput
of the sample data frame, so that the problem could be reproduced next time?
– Nutle
yesterday
|
show 1 more comment
Welcome to StackOverflow! Please read stackoverflow.com/questions/5963269/… and clarify your question and post some sample data.
– Lennyy
yesterday
usestr(data)
on your data and check which variables are stored aslist
.
– Nutle
yesterday
Search for the error "r error "invalid type (list) for variable".
– zx8754
yesterday
@Nutle it is showing 'data frame' 7043 obs of 22 variables.
– Sushmoy Mallik
yesterday
Could you post the output ofdput
of the sample data frame, so that the problem could be reproduced next time?
– Nutle
yesterday
Welcome to StackOverflow! Please read stackoverflow.com/questions/5963269/… and clarify your question and post some sample data.
– Lennyy
yesterday
Welcome to StackOverflow! Please read stackoverflow.com/questions/5963269/… and clarify your question and post some sample data.
– Lennyy
yesterday
use
str(data)
on your data and check which variables are stored as list
.– Nutle
yesterday
use
str(data)
on your data and check which variables are stored as list
.– Nutle
yesterday
Search for the error "r error "invalid type (list) for variable".
– zx8754
yesterday
Search for the error "r error "invalid type (list) for variable".
– zx8754
yesterday
@Nutle it is showing 'data frame' 7043 obs of 22 variables.
– Sushmoy Mallik
yesterday
@Nutle it is showing 'data frame' 7043 obs of 22 variables.
– Sushmoy Mallik
yesterday
Could you post the output of
dput
of the sample data frame, so that the problem could be reproduced next time?– Nutle
yesterday
Could you post the output of
dput
of the sample data frame, so that the problem could be reproduced next time?– Nutle
yesterday
|
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Welcome to StackOverflow! Please read stackoverflow.com/questions/5963269/… and clarify your question and post some sample data.
– Lennyy
yesterday
use
str(data)
on your data and check which variables are stored aslist
.– Nutle
yesterday
Search for the error "r error "invalid type (list) for variable".
– zx8754
yesterday
@Nutle it is showing 'data frame' 7043 obs of 22 variables.
– Sushmoy Mallik
yesterday
Could you post the output of
dput
of the sample data frame, so that the problem could be reproduced next time?– Nutle
yesterday