You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the marital status is coded with 0 and 1, and the meaning of that is also documented:
> attr(dat$marital, "labels")
UnmarriedMarried01
In the documentation of pointblank I've only seen examples of variable labels, but not of value labels. I wonder if there are any existing best practices on how to document these?
Edit: I just saw there's a related issue that also discusses value labels: #328
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder if there's any best practice on how to document the labels of values?
For example, the SPSS dataset
demo.sav
(can be obtained here) has the following variables:Each of these variables has a label:
Now the marital status is coded with
0
and1
, and the meaning of that is also documented:In the documentation of
pointblank
I've only seen examples of variable labels, but not of value labels. I wonder if there are any existing best practices on how to document these?Edit: I just saw there's a related issue that also discusses value labels: #328
Beta Was this translation helpful? Give feedback.
All reactions