search for: getlim

Displaying 1 result from an estimated 1 matches for "getlim".

Did you mean: getdim
2009 Apr 29
1
Error with Design.Function(fit)
Hi all, I'm reposting this with a more appropriate subject. Do I need to define limits as the error message seems to suggest? If so, how? The error message, my code, the output and the first few lines of my data are all below. Thank you! "Error in Getlim(at, allow.null = TRUE, need.all = TRUE) : variable dmodel.df does not have limits defined in fit or with datadist" My code: ================== library(Hmisc); library(Design); library(lattice); dmodel.df = read.table("./data_cub3.txt", header=TRUE, nrows=100) f <- ols(dmodel....