I have the following function

f <- function {

        ...

        model <- lm(rttx[,1] ~ rttx[,2] + 0);
        summary(model);

        ...
}

while summary(model) shows the summary if I execute the function line by line
in the Command Line Interface, if I call f() summary is silent

how to solve it? or is there workaround?

thanks in advance

        Ulisses

                Debian GNU/Linux: a dream come true
-----------------------------------------------------------------------------
"Computers are useless. They can only give answers."            Pablo Picasso

--->    Visita http://www.valux.org/ para saber acerca de la    <---
--->    Asociación Valenciana de Usuarios de Linux              <---

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to