[R] question on package plm

2013-03-07 Thread Wei-han Liu
 Hi R users:

 I am using the plm package for linear panel data analysis but encountered the 
following message when I try plm function to estimate an random model with 
individual effect.

 data.re.ind - plm(X.RETURN. ~ IOB + IOBS,data=E,model=random,effect = 
individual)
 Error in swar(object, data, effect) :  the estimated variance of the 
individual effect is negative

 I have tried the other estimation methods (walhus, amemiya, nerlove) in 
addition to method swar but it does not help.

 I have googled for answer but I have not found the solution yet. Actually this 
problem encountered by some users but still remains unsolved, I am afraid. 
Would some people help in this regard?

 Best regards,

Wei-han Liu

[[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.


[R] multivariate integration and partial differentiation

2009-03-07 Thread Wei-han Liu
Could somebody share some tips on implementing multivariate integration and 
partial differentiation in R? 
For example, for a trivariate joint distribution (cumulative density function) 
of F(x,y,z), how to differentiate with respect to x and get the bivariate 
distribution (probability density function) of f(y,z). Or integrate f(x,y,z) 
with respect to x to get bivariate distribution of (y,z).
Your sharing is appreciated.

Wei-han Liu


  
[[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.


[R] multivariate integration and partial differentiation

2009-03-07 Thread Wei-han Liu
Hi R Users:

Could somebody share some tips on implementing multivariate integration and 
partial differentiation in R? 

For example, for a trivariate joint distribution (cumulative density function) 
of F(x,y,z), how to differentiate with respect to x and get the bivariate 
distribution (probability density function) of f(y,z). Or integrate f(x,y,z) 
with respect to x to get bivariate distribution of (y,z).

Your sharing is appreciated.

Wei-han Liu


  
[[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.


[R] multivariate integration and partial differentiation

2009-03-06 Thread Wei-han Liu
Could somebody share some tips on implementing multivariate integration and 
partial differentiation in R? 
For example, for a trivariate joint distribution (cumulative density function) 
of F(x,y,z), how to differentiate with respect to x and get the bivariate 
distribution (probability density function) of f(y,z). Or integrate f(x,y,z) 
with respect to x to get bivariate distribution of (y,z).

Your sharing is appreciated.

Wei-han Liu


  
[[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.