Displaying 1 result from an estimated 1 matches for "obt_mrj_se".
Did you mean:
obt_mrj_p
2012 Dec 31
3
cut ()
...########## console followed the reproducible example #######
> table(p1_st_data$ob_mrj_cat)
(42,48.7] (48.7,50.9] (50.9,52.8] (52.8,54.2] (54.2,58.7]
10 10 10 10 10
> p1_st_data [p1_st_data$state =="Utah",] [, 1:4]
state obt_mrj_p obt_mrj_se ob_mrj_cat
45 Utah 42 1.49 <NA> # I expected this to be (42,48.7] instead of <NA>.
### The Reproducible Example (data and code) is shown below:
#read estimates of risk factors for substances use (ages 12-17) by State obtained from SUDAAN output
p1_st_data <...