It seems I have two modelling options. I could specify a two-level model with vce(cluster), as follows:
Code:
meglm depvar indvar || studentid:, vce(cluster schoolid)
Code:
meglm depvar indvar || studentid: || schoolid:
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
meglm depvar indvar || studentid:, vce(cluster schoolid)
meglm depvar indvar || studentid: || schoolid:
0 Response to Two-level model with vce(cluster) versus three-level model
Post a Comment