search for: remark1

Displaying 2 results from an estimated 2 matches for "remark1".

Did you mean: remarks
2009 May 29
1
Error messages/systemfit package
...nst)     This does not work and I have the following error message that I do not understand its meaning:   Error in solve(crossprod(zMatEq[[i]]), crossprod(zMatEq[[i]], xMatAllThisEq),  :   the leading minor of order 3 is not positive definite   Can you help me please to understand the problem?    Remark1: Please note that in my estimation, the variables tsyud1, tsupp1, tsupp2, tsupp3, and tsyus1 are lagged variables.   Remark2: When I try to estimate each one of my two equations separately using the sem package, I also have an error message:   supplyreg <- tsls(tscn ~ tsyn + tsqn + tsksn + tsuc...
1999 Jan 29
1
R - API ?
HI, I would like to use R in my own main-Program. Is this possible ? If yes where I can find an documentation about this feature ? If I cannot call an R-API Function from my C-Program is it possible to run R in batch-mode like Splus ? All my question belongs to R running under Windows. Thanks for any help. I know that I can dyn.load any C/Fortran Code from R but this is not what I want