Re: [R] Multivariate BLUP

2011-02-17 Thread Muhammad Yaseen
*Dear All,*
*I'm trying to do Multivariate BLUP in R. I'd highly appreciate if someone
can share R code and data for Multivariate BLUP. Thanks*
*
*
*Regards!
*
-- 
*

Muhammad Yaseen
*

[[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] Defining Two-dimensional Separable Variance-Covariance Structure in nlme Package

2010-12-20 Thread Muhammad Yaseen
*Hello All,*
*
*
*I'd highly appreciate if someone can explain the way of defining
Two-dimensional Separable Variance-Covariance Structure in nlme Package.
Thanks*
*
*
*
*
-- 
*

Muhammad Yaseen
*

[[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] Need help with nlme code

2010-11-02 Thread Muhammad Yaseen
*Dear All,*
*
*
*I got a very simple for you. Please help me to come up with the R code in
nlme for the following SAS code:*
*
*
*{*
proc mixed data=spatvar;
   model yield = ;
   repeated / subject = intercept
  type= sp(sph)(row col);
   parms (0 to 10 by 2.5)
 (1 to 10 by 3  );
   run;

Note:
The INTERCEPT specification creates an effect that is constant across the
observations in the data set. This implies that all observations belong to
the same subject.
*}*
*
*
*I'm struggling how to use groupedData function from nlme to come up with
the right R code. Any suggestion and help will be highly appreciated. Thanks
*
 *
*
*Regards!*
*
*
*Yours Sincerely,*
*
*

-- 
*

Muhammad Yaseen
*

[[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] Two-Way Joining or Clustering

2010-10-21 Thread Muhammad Yaseen
*Hi Folks,*
*
*
*I want to do two-way joining or clustering as described in STATISTICA
website *http://www.statsoft.com/textbook/cluster-analysis/#twotwo. *Any
suggestion and/or help will be highly appreciated. Thanks*
*
*
*Regards!*

-- 
*

Muhammad Yaseen
*

[[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] Split-split plot design with aov function in R

2010-09-27 Thread Muhammad Yaseen
*Hello,

I'm new to R and trying to do Split Split Plot Design analysis with aov
function in R. Sharing any worked example and suggestion will be highly
appreciated. Thanks

Regards!
*
-- 
*

Muhammad Yaseen
*

[[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] Split Split Plot with aov function R

2010-09-26 Thread Muhammad Yaseen
*Hello,*
*
*
*I'm new to R and trying to do Split Split Plot Design analysis with aov
function in R. Sharing any worked example and suggestion will be highly
appreciated. Thanks*
*
*
*Regards!
*
-- 
*

Muhammad Yaseen
*

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