Displaying 3 results from an estimated 3 matches for "pulmcirc".
2010 Sep 07
0
AHRQ - Creation of Comorbidity Variables
...#
# Intended to provide functionality from AHRQ comformat2010 comoanaly2010
#
# Input, dataframe with
# id in column 1
# msdrg in column 2
# diagnosis in columns 4-53
# Output, numeriuc list with id and one element per cc
# dimnames = c('ID',
# 'CHF','VALVE','PULMCIRC','PERIVASC',
# 'HTN_C','PARA','NEURO','CHRNLUNG','DM',
# 'DMCX','HYPOTHY','RENLFAIL','LIVER','ULCER',
# 'AIDS','LYMPH','METS','TUMOR','ARTH',
# 'AN...
2010 Mar 25
3
Returning Data Frame from Function for use Outside Function
...nhb + hispanic + other +
# rural + hrural +
# factor(age) + factor(gender) + factor(mstat) +
factor(svcpct2) + nvaclass +
# a1cgrp8 + anemdef + cbd + chf + chrnlung + htn_c +
# hypothy + obese + perivasc + pulmcirc + tumor +
# depress + psych +
# nhb*rural + hispanic*rural + other*rural +
# nhb*hrural + hispanic*hrural + other*hrural +
# nhb*factor(age) + hispanic*factor(age) +
other*factor(age) +
#...
2010 Mar 25
0
Counting a number of "elements" in an object
...e + nhb + hispanic + other +
rural + hrural +
factor(age) + factor(gender) + factor(mstat) +
factor(svcpct2) + nvaclass +
a1cgrp8 + anemdef + cbd + chf + chrnlung + htn_c +
hypothy + obese + perivasc + pulmcirc + tumor +
depress + psych +
nhb*rural + hispanic*rural + other*rural +
nhb*hrural + hispanic*hrural + other*hrural +
nhb*factor(age) + hispanic*factor(age) +
other*factor(age) +...