>From Internet I downloaded the file Hmisc.zip and used it for R package
>updation. and R gave the message 'Hmisc' successfull unpacked.
But when I use the functions like aregImpute the package is displaying coundn't
find the function
Where as in help.search it is giving that use of the function
> install.packages(choose.files('',filters=Filters[c('zip','All'),]),
> .libPaths()[1], CRAN = NULL)
package 'Hmisc' successfully unpacked and MD5 sums checked
updating HTML package descriptions
> ?aregImpute
Error in help("aregImpute") : No documentation for `aregImpute' in specified
packages and libraries:
you could try `help.search("aregImpute")'
> f <- aregImpute(~y + x1 + x2 + x3, n.impute=100, data=d)
Error: couldn't find function "aregImpute"
---------------------------------
[[alternative HTML version deleted]]
______________________________________________
[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