Dear Melissa,
It seems strange to me that your code would work on any platform (it
doesn't on my Mac) because the data frame you create shouldn't contain a
matrix named "X" but rather columns including those originating from X.
To illustrate:
> X <- matrix(1:12, 4, 3)
> colnames(X) <- c("a",
I am trying to replicate a semi-parametric analysis described in Harezlak,
Jaroslaw, David Ruppert, and Matt P. Wand. Semiparametric regression with R.
New York, NY: Springer, 2018.
(https://link.springer.com/book/10.1007%2F978-1-4939-8853-2).
I can successfully run the analysis, but now I'm tr
2 matches
Mail list logo