Skip to contents

Create a codebook for the survey

Usage

codebook(all = FALSE, csv = getOption("surveytable.csv"))

Arguments

all

tabulate all the variables?

csv

name of a CSV file

Value

A list of tables.

Examples

set_survey(namcs2019sv)
#>                         Survey info {NAMCS 2019 PUF}                         
#> ┌───────────┬──────────────┬────────────────────────────────────────────────┐
#> │ Variables │ Observations │ Design                                         │
#> ├───────────┼──────────────┼────────────────────────────────────────────────┤
#> │        33 │        8,250 │ Stratified 1 - level Cluster Sampling design   │
#> │           │              │ (with replacement)                             │
#> │           │              │ With (398) clusters.                           │
#> │           │              │ namcs2019sv = survey::svydesign(ids = ~CPSUM,  │
#> │           │              │ strata = ~CSTRATM, weights = ~PATWT            │
#> │           │              │ , data = namcs2019sv_df)                       │
#> └───────────┴──────────────┴────────────────────────────────────────────────┘
#> 
codebook()
#>                         Survey info {NAMCS 2019 PUF}                         
#> ┌───────────┬──────────────┬────────────────────────────────────────────────┐
#> │ Variables │ Observations │ Design                                         │
#> ├───────────┼──────────────┼────────────────────────────────────────────────┤
#> │        33 │        8,250 │ Stratified 1 - level Cluster Sampling design   │
#> │           │              │ (with replacement)                             │
#> │           │              │ With (398) clusters.                           │
#> │           │              │ namcs2019sv = survey::svydesign(ids = ~CPSUM,  │
#> │           │              │ strata = ~CSTRATM, weights = ~PATWT            │
#> │           │              │ , data = namcs2019sv_df)                       │
#> └───────────┴──────────────┴────────────────────────────────────────────────┘
#> 
#>                                     Codebook {NAMCS 2019 PUF}                                     
#> ┌──────────┬─────────────┬───────────────────────┬─────────┬─────────────┬───────────────────────┐
#> │ Item no. │ Variable    │ Description           │ Class   │ Missing (%) │ Values                │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │        1 │ CPSUM       │ Masked provider       │ numeric │           0 │ 100001 - 100398       │
#> │          │             │ marker                │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │        2 │ CSTRATM     │ Masked sampling       │ numeric │           0 │ 10119101 - 10419115   │
#> │          │             │ stratum from which    │         │             │                       │
#> │          │             │ provider was selected │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │        3 │ PATWT       │ Patient visit weight  │ numeric │           0 │ 7064.00718 -          │
#> │          │             │ used for national and │         │             │ 1120996.55599         │
#> │          │             │ subnational estimates │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │        4 │ MDDO        │ Type of doctor (MD or │ factor  │           0 │ M.D. - Doctor of      │
#> │          │             │ DO)                   │         │             │ Medicine, D.O. -      │
#> │          │             │                       │         │             │ Doctor of Osteopathy  │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │        5 │ SPECCAT     │ Type of specialty     │ factor  │           0 │ Primary care          │
#> │          │             │ (Primary, Medical,    │         │             │ specialty, Surgical   │
#> │          │             │ Surgical)             │         │             │ care specialty,       │
#> │          │             │                       │         │             │ Medical care          │
#> │          │             │                       │         │             │ specialty             │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │        6 │ MSA         │ Metropolitan          │ factor  │           0 │ MSA (Metropolitan     │
#> │          │             │ Statistical Area      │         │             │ Statistical Area),    │
#> │          │             │ Status of physician   │         │             │ Non-MSA               │
#> │          │             │ location              │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │        7 │ AGER        │ Patient age recode    │ factor  │           0 │ Under 15 years, 15-24 │
#> │          │             │                       │         │             │ years, 25-44 years,   │
#> │          │             │                       │         │             │ 45-64 years, 65-74    │
#> │          │             │                       │         │             │ years, 75 years and   │
#> │          │             │                       │         │             │ over                  │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │        8 │ SEX         │ Patient sex           │ factor  │           0 │ Female, Male          │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │        9 │ AGE         │ Patient age in years  │ numeric │           0 │ 0 - 94                │
#> │          │             │ (raw - use caution)   │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       10 │ NOPAY       │ Expected source of    │ factor  │           0 │ One or more           │
#> │          │             │ payment for visit: No │         │             │ categories marked, No │
#> │          │             │ answer to item        │         │             │ categories marked     │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       11 │ PAYPRIV     │ Expected source of    │ logical │           0 │                       │
#> │          │             │ payment for visit:    │         │             │                       │
#> │          │             │ Private insurance     │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       12 │ PAYMCARE    │ Expected source of    │ logical │           0 │                       │
#> │          │             │ payment for visit:    │         │             │                       │
#> │          │             │ Medicare              │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       13 │ PAYMCAID    │ Expected source of    │ logical │           0 │                       │
#> │          │             │ payment for visit:    │         │             │                       │
#> │          │             │ Medicaid or CHIP or   │         │             │                       │
#> │          │             │ other state-based     │         │             │                       │
#> │          │             │ program               │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       14 │ PAYWKCMP    │ Expected source of    │ logical │           0 │                       │
#> │          │             │ payment for visit:    │         │             │                       │
#> │          │             │ Workers Compensation  │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       15 │ PAYOTH      │ Expected source of    │ logical │           0 │                       │
#> │          │             │ payment for visit:    │         │             │                       │
#> │          │             │ Other                 │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       16 │ PAYDK       │ Expected source of    │ logical │           0 │                       │
#> │          │             │ payment for visit:    │         │             │                       │
#> │          │             │ Unknown               │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       17 │ PAYSELF     │ Expected source of    │ logical │           0 │                       │
#> │          │             │ payment for visit:    │         │             │                       │
#> │          │             │ Self-pay              │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       18 │ PAYNOCHG    │ Expected source of    │ logical │           0 │                       │
#> │          │             │ payment for visit: No │         │             │                       │
#> │          │             │ Charge/Charity        │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       19 │ PRIMCARE    │ Are you the patient's │ factor  │           0 │ Blank, Unknown, Yes,  │
#> │          │             │ primary care          │         │             │ No                    │
#> │          │             │ provider?             │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       20 │ REFER       │ Was patient referred  │ factor  │           0 │ Blank, Unknown, Not   │
#> │          │             │ for visit?            │         │             │ applicable, Yes, No   │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       21 │ SENBEFOR    │ Has this patient been │ factor  │           0 │ Yes, established      │
#> │          │             │ seen in your practice │         │             │ patient, No, new      │
#> │          │             │ before?               │         │             │ patient               │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       22 │ MAJOR       │ Major reason for this │ factor  │           0 │ Blank, New problem    │
#> │          │             │ visit                 │         │             │ (less than 3 mos.     │
#> │          │             │                       │         │             │ onset), Chronic       │
#> │          │             │                       │         │             │ problem, routine,     │
#> │          │             │                       │         │             │ Chronic problem,      │
#> │          │             │                       │         │             │ flare-up,             │
#> │          │             │                       │         │             │ Pre-surgery,          │
#> │          │             │                       │         │             │ Post-surgery,         │
#> │          │             │                       │         │             │ Preventive care       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       23 │ NUMMED      │ Number of medications │ numeric │           0 │ 0 - 30                │
#> │          │             │ coded                 │         │             │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       24 │ ANYIMAGE    │ Any imaging           │ logical │           0 │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       25 │ BONEDENS    │ Bone mineral density  │ logical │           0 │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       26 │ CATSCAN     │ CT Scan               │ logical │           0 │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       27 │ ECHOCARD    │ Echocardiogram        │ logical │           0 │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       28 │ OTHULTRA    │ Ultrasound            │ logical │           0 │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       29 │ MAMMO       │ Mammography           │ logical │           0 │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       30 │ MRI         │ MRI                   │ logical │           0 │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       31 │ XRAY        │ X-ray                 │ logical │           0 │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       32 │ OTHIMAGE    │ Other imaging         │ logical │           0 │                       │
#> ├──────────┼─────────────┼───────────────────────┼─────────┼─────────────┼───────────────────────┤
#> │       33 │ SPECCAT.bad │ Type of specialty     │ factor  │          20 │ Primary care          │
#> │          │             │ (BAD - do not use)    │         │             │ specialty, Surgical   │
#> │          │             │                       │         │             │ care specialty,       │
#> │          │             │                       │         │             │ Medical care          │
#> │          │             │                       │         │             │ specialty             │
#> └──────────┴─────────────┴───────────────────────┴─────────┴─────────────┴───────────────────────┘
#>