Displaying 2 results from an estimated 2 matches for "farmincom".
Did you mean:
farmincome
2012 Nov 06
2
Column names containing ` in R
Hi,
My data has column names which has ` character. For example ,
*> names(dataframe)
[1] "`region" "farmsize`" "farmincome" "maincrop" "claimvalue"*
If i use these objects in my function, the following error is thrown.
*lmm<-lm(``region`~farmincome)
Error: attempt to use zero-length variable name*
Is there a way, say an escape sequence or something similar in which we can
give these ob...
2023 Mar 20
4
DOUBT
Respected sir/madam
can you please suggest what is an unexpected symbol in the below code for
running a multinomial logistic regression
model <- multinom(adoption ~ age + education + HH size + landholding +
Farmincome + nonfarmincome + creditaccesibility + LHI, data=newdata)
[[alternative HTML version deleted]]