sistm / LongituRF

Random forests for longitudinal data using stochastic semiparametric miced-model
10 stars 5 forks source link

How to specify the `Z` parameter #2

Open JustGettinStarted opened 3 years ago

JustGettinStarted commented 3 years ago

Hi I'm trying to fit REEMforest() on my repeated measures data and i don't understand how to specify the Z parameter. Looking at the output of DataLongGenerator()$Z it appears that Z is an nx2 matrix where the first column is an intercept term and the second column is drawn from a uniform distribution. Please clarify at your earliest convenience.

Thanks