Hello, I have several dataframes of identical structure. Each dataframe has one dependent variable and several independent variables. Two different functions are used to describe the relationships among all the dataframes. Some parameters that are to be obtained from regression are shared by all dataframes. Is there a way to do the regression simultaneously with all dataframes in R? Can nls() do this? Thanks
______________________________________________ [email protected] 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.

