Displaying 3 results from an estimated 3 matches for "oblong".
Did you mean:
wblong
2013 Feb 15
2
Making the plot window wider and using the predict function
...to be viewed in the same plot window in R:
library(MASS)
maleData <- subset(cats, Sex == "M")
linreg0 <- lm(maleData$Hwt ~ maleData$Bwt)
par(mfrow=c(1,2))
plot(maleData$Hwt ~ maleData$Bwt)
plot(rstandard(linreg0) ~ fitted(linreg0))
My problem is that the two plots end up all oblong and squashed, because the plot window doesn't have a size suited for having two plots next to one another. Can I tell R to adjust the plot window?
Also, I would like to do something along the lines of:
newData <- data.frame(Bwt = 3.5)
predict(linreg0,newData,interval="p")
This d...
2004 Apr 14
3
dataframe: visualization as tiles(?)
Dear R users,
I remember seeing somewhere a method of visualizing a set of
observations on two variables x and y in the following way
x=0 x=1
|-------| |-------|
y=-1 | | | |
|-------| | |
| |
|-------| | |
| | |-------|
y=0 | |
| | |-------|
|-------| | |
|-------|
|-------|
y=1 | | |-------|
|-------| |-------|
where x = 0 or 1; y = -1, 0,
2009 Sep 14
1
No text after x.org tweaks involving Intel 945 chipset,
...an be found here (I used the bleeding edge setup): http://ubuntuforums.org/showthread.php?t=1130582 please note, i did post here too, but have yet to receive a reply.
Since I installed these fixes, there is no text in any wine application or winecfg, although i can highlight text (creating a solid oblong), it doesn't copy & paste into gedit or anything.
Any help would be great, I only use Wine for Spotify, which has made it fun over the past week!
wine version: 1.1.29
ubuntu jaunty, 9.04
Kernal: 2.6.30.3
Intel 945 graphics
i386 architecture