Re: [R] systemfit package is not compatible with R-3.0.2 version.

2014-04-30 Thread David Winsemius

On Apr 30, 2014, at 5:19 AM, Ramesh Das wrote:

> Dear all,
> I am in problem for installing the package "systemfit" in R-3.0.2 version.
> The error message is showing is as mentioned below. Now there is R-3.0.2
> version is there. so kindly anyone help me to solve this problem.
> 
> 
> Warning in install.packages :
>  package ‘systemfit ’ is not available (for R version 3.0.2)
> Loading required package: Matrix
> Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck
> = vI[[j]]) :
>  there is no package called ‘lattice’
> In addition: Warning messages:
> 1: package ‘systemfit’ was built under R version 3.0.3
> 2: package ‘Matrix’ was built under R version 3.0.3
> Error: package ‘Matrix’ could not be loaded

You need to learn how to install packages when your version of R is behind the 
current version. (Or you need to update to 3.1 and then the contributed package 
versions in CRAN will match.)

You also need to read the Posting guide since you have not included enough 
detail to offer more specific advice.


> 
>   [[alternative HTML version deleted]]

And Rhelp is a plain text mailing list. Gmail is pretty easy to configure for 
plain text.

PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

-- 

David Winsemius
Alameda, CA, USA

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] systemfit package is not compatible with R-3.0.2 version.

2014-04-30 Thread Ramesh Das
Dear all,
I am in problem for installing the package "systemfit" in R-3.0.2 version.
The error message is showing is as mentioned below. Now there is R-3.0.2
version is there. so kindly anyone help me to solve this problem.


Warning in install.packages :
  package ‘systemfit ’ is not available (for R version 3.0.2)
Loading required package: Matrix
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck
= vI[[j]]) :
  there is no package called ‘lattice’
In addition: Warning messages:
1: package ‘systemfit’ was built under R version 3.0.3
2: package ‘Matrix’ was built under R version 3.0.3
Error: package ‘Matrix’ could not be loaded

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Systemfit package

2009-10-20 Thread Arne Henningsen
Hi Axel,

On Tue, Oct 20, 2009 at 7:09 PM, Axel Leroix  wrote:
> I estimated a system of equation bu using SUR method. The function summary(xx)
> gives me summary of estimated equation system. However, this function does not
> give my the value of the durbin watson statistic  for each one of my 
> equations (to
> chek for serial correlation).
> Thus, my question is is there any function in the systemfit package which 
> permit
> to return the value of durbin watson statistic or should I write my own 
> program ?

The systemfit package does not provide any tools for the durbin watson
test statistic (yet). So, you are invited to write this tool, whereas
you could either add this via the SVN repo on R-Forge or send it to me
by email :-)

/Arne

-- 
Arne Henningsen
http://www.arne-henningsen.name

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Systemfit package

2009-10-20 Thread Axel Leroix





 
Dear Arne Henningsen,
 
I send you this message because I have question with regard to systemfit 
package. I hope you answer to my request.
 
I estimated a system of equation bu using SUR method. The function summary(xx) 
gives me summary of estimated equation system. However, this function does not 
give my the value of the durbin watson statistic  for each one of my equations 
(to chek for serial correlation). 
Thus, my question is is there any function in the systemfit package which 
permit to return the value of durbin watson statistic or should I write my own 
program ?
 
Thank you in advance
 


  
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.