Skip to content
Prev 178880 / 398506 Next

Error with Design.Function(fit)

x wrote:
Why did you ignore the reply from another user earlier today?

library(Design)  # implies library(Hmisc)
df <- read.table(...)
dd <- datadist(df); options(datadist='dd')
f <- ols(y1 ~ rcs(x1,3), data=df)
plot(f, x1=NA, ...)

Frank