search for: oldwidth

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

Did you mean: ldwidth
2010 Jul 27
1
problem with zero-weighted observations in predict.lm?
...se.fit=TRUE, newdata=data.frame(x=c(4.5,5.5))) preds <- predict(fits, interval="confidence", se.fit=TRUE, newdata=data.frame(x=c(4.5,5.5))) all.equal(predw, preds) # lots of differences sideBySide <- function (a, b, argNames) { # print objects a and b side by side oldWidth <- options(width = getOption("width")/2 - 4) on.exit(options(oldWidth)) if (missing(argNames)) { argNames <- c(deparse(substitute(a))[1], deparse(substitute(b))[1]) } pa <- capture.output(print(a)) pb <- capture.output(print(b)...
2007 Apr 05
1
Ignoring increment hint when maximized horz/vert
...idth; y = (vy - w->screen->y) * w->screen->height; - output = outputDeviceForGeometry (w->screen, + output = outputDeviceForGeometry (w->screen, oldX, oldY, oldWidth, ...MC
2011 Mar 04
4
How two compare two matrixes
Dear all I have two 10*10 matrixes and I would like to compare theirs contents. By the word content I mean to check visually (not with any mathematical formulation) how similar are the contents. I also know edit that prints my matrix in the scree but still one edit blocks the prompt to launch a second edit() screen. What is the best way to compare these two matrices? I would like to thank you