Reply To: tutorial

About xxM Forums NL-SEM and xxM tutorial Reply To: tutorial

#1599
Paras Mehta
Keymaster

Thanks for the feedback and sorry for the confusion.

Neither the model object (brim) nor the dataframe object (brim.student) should be in quotes.

Could you please try to run the script included with the package? You can find the script under “\xxm\models\brim” directory.  Once the packaged data is loaded using data() command:


data(brim.xxm, package = "xxm")

you can examine the contents by issuing the str() command:


str(brim.student)
str(brim.teacher)

Please let me know if you have any trouble with script included with the package. The rest of the script should work if both datasets are loaded.

 

  • This reply was modified 10 years, 3 months ago by Paras Mehta.
  • This reply was modified 10 years, 3 months ago by Paras Mehta.
  • This reply was modified 10 years, 3 months ago by Paras Mehta.
  • This reply was modified 10 years, 3 months ago by Paras Mehta.
  • This reply was modified 10 years, 3 months ago by Paras Mehta.