mat A = (1,2\2,4\4,8)
mat B = pinv(A)
I'm not familiar with Stata, so this might be a silly question.
If I run this command, I don't know why it says that pinv() is an unknown function.
. mat B = pinv(A)
unknown function pinv()
r(133);
What is wrong with this one? Do I have to install a certain package?
mat B = pinv(A)
I'm not familiar with Stata, so this might be a silly question.
If I run this command, I don't know why it says that pinv() is an unknown function.
. mat B = pinv(A)
unknown function pinv()
r(133);
What is wrong with this one? Do I have to install a certain package?
Comment