Hello,
Please I need help starting on my thesis analysis. My survey is a 7point Likert scale with demographics. I will appreciate a step by step guide or recommended videos to watch on what to do. on R. Thank you
Hello,
Please I need help starting on my thesis analysis. My survey is a 7point Likert scale with demographics. I will appreciate a step by step guide or recommended videos to watch on what to do. on R. Thank you
Hi @Anike ,
these packages offer the desired functionality
and seem to have what you are looking for.
Welcome to the forum.
Could you tell us a bit about what you are studying? There may be a number of tools that you may want to use depending on your subject matter and the specific questions you are asking. Something like an article abstract might do as a description.
It also might help us if we could see some sample data if your data is not confidential. A handy way to supply data is to use the dput() function. Do dput(mydata) where "mydata" is the name of your dataset. For really large datasets probably dput(head(mydata, 100)) will do. Paste the output between
```
```
Thank you @jrkrideau. I am looking at the relationship between variables- 1DV and 2 IV but the data is confidential. Any recommended videos or tutorials to watch ?
I think vedoa may have misread the information on LikertMakeR
. It looks fascinating but is not directly relevant to analyzing raw data. It looks more like a package to analyse Likert data post publication.
I am sorry but " I am looking at the relationship between variables- 1DV and 2 IV" tells us nothing. I have no idea what "2 IV" is. Is it something about a fish, a human, or maybe a tree?
We need a statement of what your thesis is investigating.
If the data is confidential, then some mock-up data that corresponds in format to the real data should be fine. Normally we don't care about the data as much as the format of the data.