I am using the hier.part package for calculating the goodness of fit. Before I started with my data I tried to use the example that the package comes with . I have loaded the library hier.part and gtools. But the package gives the following error Loading required package: gregmisc Loading required package: gregmisc Warning messages: 1: There is no package called 'gregmisc' in: library(package, character.only = TRUE, logical = TRUE, warn.conflicts = warn.conflicts, 2: There is no package called 'gregmisc' in: library(package, character.only = TRUE, logical = TRUE, warn.conflicts = warn.conflicts, I searched for gregmisc package but it unzipped to gtools. Is there something other package with this name or has it been merged with another one ? Thanks../ Murli
T. Murlidharan Nair wrote:> I am using the hier.part package for calculating the goodness of fit. > Before I started with > my data I tried to use the example that the package comes with . I have > loaded the library > hier.part and gtools. But the package gives the following error > > Loading required package: gregmisc > Loading required package: gregmisc > Warning messages: > 1: There is no package called 'gregmisc' in: library(package, > character.only = TRUE, logical = TRUE, warn.conflicts = warn.conflicts, > 2: There is no package called 'gregmisc' in: library(package, > character.only = TRUE, logical = TRUE, warn.conflicts = warn.conflicts, > I searched for gregmisc package but it unzipped to gtools. Is there > something other package with this name or has it been merged > with another one ?What about installing the most recent version of gregmisc? install.packages("gregmisc") Uwe Ligges> Thanks../ Murli > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html