Hi all,
I have a dataset with two dimensions: individuals and documents.
I have a dummy variable ("consult") indicating whether a given individual has consulted a given document or not.
I have a series of variables related to the individuals (e.g. gender) and a series of variables related to the documents (e.g. printed or numerical).
I would like to model the probability that a document is consulted using individual-related and document-related variables.
My first try was a very simple logit :
logit consult individual_var document_var
I am now wondering wether I could improve my model. I am feeling that the data structure is not very different from panel data, except for the time dimension. Could I use an "xt-model"?
Any advice will be appreciated! Thanks in advance.
I have a dataset with two dimensions: individuals and documents.
I have a dummy variable ("consult") indicating whether a given individual has consulted a given document or not.
I have a series of variables related to the individuals (e.g. gender) and a series of variables related to the documents (e.g. printed or numerical).
I would like to model the probability that a document is consulted using individual-related and document-related variables.
My first try was a very simple logit :
logit consult individual_var document_var
I am now wondering wether I could improve my model. I am feeling that the data structure is not very different from panel data, except for the time dimension. Could I use an "xt-model"?
Any advice will be appreciated! Thanks in advance.
Comment