Hi Rezvan,
I'll take a guess that you have been presented with a matrix of
coefficients. You probably know that a linear model is going to look
something like this:

Y = ax1 + bx2 + cx3 ...

So I will further guess that you want to infer a distribution of Y
(the response variable) from more than one set of coefficients. If my
guesses are correct, then you should be able to send an example that
shows what you have and what you want to get.

Jim


On Sun, Jun 26, 2016 at 8:23 PM, rezvan hatami via R-help
<r-help@r-project.org> wrote:
>  How I can calculate the value of response variable in a linear model of a 
> matrix of several variables?Can somebody please answer me?
>
>
> Cheers
> Rezvan Hatami
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to