search for: ncfs

Displaying 3 results from an estimated 3 matches for "ncfs".

Did you mean: cfs
2018 Jul 20
3
Should there be a confint.mlm ?
...should be fixed in the stats package. A proposed implementation would be: ``` # I need this to run the code, but stats does not: format.perc <- stats:::format.perc # compute confidence intervals for mlm object. confint.mlm <- function (object, level = 0.95, ...) { cf <- coef(object) ncfs <- as.numeric(cf) a <- (1 - level)/2 a <- c(a, 1 - a) fac <- qt(a, object$df.residual) pct <- format.perc(a, 3) ses <- sqrt(diag(vcov(object))) ci <- ncfs + ses %o% fac setNames(data.frame(ci),pct) } # returning to the example above, confint(fitm) # returns:...
2018 Jul 20
0
Should there be a confint.mlm ?
...or better (mainly for esthetical reasons), use environment(confint.mlm) <- asNamespace("stats") after defining confint.mlm [below] > # compute confidence intervals for mlm object. > confint.mlm <- function (object, level = 0.95, ...) { > cf <- coef(object) > ncfs <- as.numeric(cf) > a <- (1 - level)/2 > a <- c(a, 1 - a) > fac <- qt(a, object$df.residual) > pct <- format.perc(a, 3) > ses <- sqrt(diag(vcov(object))) ^^^^^^^^^^^^^^^^^^^^^^^^ BTW --- and this is a diversion --- This is nice mathematically...
1999 Dec 03
0
Samba problems after intalling ncpfs
Hi! My problem is that Samba doesn't work after installing ncfs. I have Samba 1.9.18p10 and ncpfs 2.0.10. I've succesfully installed ncpfs. After that I check it by "slist" and get my Novell server. I mount Novell volume by ncpmount - all ok. But after that my Samba doesn't work. I can see Samba/Linux box in Network neibourhood with correct t...