Hi, I wanted to perform a multivariable logistic regression to check which of the patient, indwelling catheter and insertion factors predispose bacteriuria from 900 patients and 1500 catheters. I have age per 10 year increment, sex, ethnicity, type of catheter, location (4 wards), and inserter (specific to wards) as variables. The data were collected in 5 large hospitals (clusters), each with similar wards (location) structure. I wanted to check how do I go about it, e.g. whether I consider the nesting of the patients to the hospitals, or perform clustering at the hospital-level? Thanks in advance.
The code I used so far:
melogit bacteriuria age_10 sex... || _all.R:patient || hospital: , or
The code I used so far:
melogit bacteriuria age_10 sex... || _all.R:patient || hospital: , or
Comment