> > x wrote:
> > > x2NA 1.797e+14NA NA
> > > x2' NA 6.475e+14NA
> NA
> > >
> > > Residual standard error: 82.44 on 95 degrees of
> > freedom
> > > Adjusted R-Squared: 0.9992
> > > Error in if (coef[i] > 0 & (i > 2 |
> coef[1]
> > != 0 | Intc !=
x wrote:
Hi,
My code, output, error message, and sample data are all below. As always, all
help is appreciated.
Code:
library(Design); library(lattice)
df = read.table("./data_cub4.txt", header=TRUE, nrows=100)
attach(df); dd = datadist(df); options(datadist = 'dd'); describe(df);
m = (
Hi,
My code, output, error message, and sample data are all below. As always, all
help is appreciated.
Code:
library(Design); library(lattice)
df = read.table("./data_cub4.txt", header=TRUE, nrows=100)
attach(df); dd = datadist(df); options(datadist = 'dd'); describe(df);
m = (y1 ~ ( rcs
3 matches
Mail list logo