is.wimids | R Documentation |
wimids
Classis.wimids()
function checks whether class of objects is wimids
or not.
is.wimids(object)
object |
This argument specifies the object that should be checked to see if it is of the |
The class of objects is checked to be of the wimids
.
This function returns a logical value indicating whether object
is of the wimids
class.
Farhad Pishgar
weightthem()
wimids()
#Loading the dataset
data(osteoarthritis)
#Multiply imputing the missing values
imputed.datasets <- mice::mice(osteoarthritis, m = 5)
#Estimating weights of observations in the multiply imputed datasets
weighted.datasets <- weightthem(OSP ~ AGE + SEX + BMI + RAC + SMK,
imputed.datasets,
approach = 'within',
method = 'glm',
estimand = "ATT")
#Checking the 'weighted.datasets' object
is.wimids(weighted.datasets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.