Displaying 10 results from an estimated 10 matches similar to: "print method for summary adds trailing zero"
2010 Nov 25
1
Time series data
I have a stock price dataset a snippet of which is:
> plcm60[1:15, c(1,3,4,5,6,7)]
DATE BIDLO ASKHI PRC VOL RET
1 1/2/03 9.450 9.79 9.700 1531819 0.018907
2 1/3/03 9.670 9.94 9.940 1582192 0.024742
3 1/6/03 9.830 10.05 9.960 1843298 0.002012
4 1/7/03 9.835 10.38 10.350 1412441 0.039157
5 1/8/03 10.220 10.67 10.260 961400 -0.008696
6 1/9/03 10.280
2008 Jan 26
2
White Cube of Death - fglrx_7_1_0_SUSE103-8.452.1-1
Listmates (only posting to one list)
Compiz has been running great with the 8.433 driver except for the
libGL SONAME lockup on exit.
see: https://bugzilla.novell.com/show_bug.cgi?id=344135
I just built and installed the 8.452 driver. Compiz would not start
with the normal fusion-icon approach that I have been using with the
8.433 driver. This is on my Toshiba P35 laptop with an ATI
2008 Jan 28
1
ATI 8.452 driver, Compiz: Frozen Alt+F2 Run Command Dialog
Listmates,
I am experiencing some quirks with the new ATI 8.1 (8.452) driver and
compiz-fusion on 10.3. Of note are:
(1) Invoking the run command with Alt+F2 correctly opens the run
dialog, but the cursor is frozen and will not take any input _until_ the
"Options" button is clicked or activated with Alt+o. Then the cursor
begins blinking normally and input is possible. If the
2009 Apr 30
0
Categorical variable in a custom nonlin function with gnm
Hi all
I want to construct a generalised nonlinear model (binomial family) using gnm, of the form:
Response = a + b variable1 + c variable2 + d variable3 - d b variable4 - d c variable5,
with the parameters b, c, and d appearing more than once. Hence, I think I need to use a custom nonlin function with gnm.
One of my predictor variables is categorical, so I have created a dummy variable for
2011 May 26
1
split data frame and manipulate
Hello,
I would like to split the attached data frame based on the DATE
variable. I'm having a real problem doing this. I am able to split
iso<-read.table(datuh.dat, header=TRUE, sep="", dec=".") #load
mylist=split(iso,iso$DATE) #split
str(mylist) #result seems a bit odd
However, after splitting I'm not able to call up certain variables of
the two lists. For
2020 Jul 18
1
[PATCH 1/2] drmmode: fix screen resize without acceleration
This got broken with commit 86024cee back in 2014!
drmmode_pixmap/nouveau_pixmap expect there to be EXA wrapping around the
pixmap now, which is not there without accel.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
src/drmmode_display.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 89927a4..69421e1 100644
2014 Feb 16
1
GeForce 6100 (NV4E) & nouveau regression in 3.12
2014-02-16 19:55 GMT+01:00 Ilia Mirkin <imirkin at alum.mit.edu>:
> On Sun, Feb 16, 2014 at 10:17 AM, Rafa? Mi?ecki <zajec5 at gmail.com> wrote:
>> 2014-02-11 11:41 GMT+01:00 Ilia Mirkin <imirkin at alum.mit.edu>:
>>> (b) bisect. you can (almost) definitely restrict the bisect to
>>> drivers/gpu/drm/nouveau. if you have additional computational power, i
2008 Mar 10
1
crossprod is slower than t(AA)%*BB
Dear Rdevelopers
The background for this email is that I was helping a PhD student to
improve the speed of her R code. I suggested to replace calls like
t(AA)%*% BB by crossprod(AA,BB) since I expected this to be faster. The
surprising result to me was that this change actually made her code
slower.
> ## Examples :
>
> AA <- matrix(rnorm(3000*1000),3000,1000)
> BB <-
2007 Mar 19
1
ACT! 6.0 under Wine
Ok, here is my setup. I'm using Ubuntu 6.10 - Edgy. I have wine
successfully installed and configured on my computer. I can run
e-Sword (a great Bible Program) under wine very well! I have
successfully installed ACT! 6.0 on my computer. When I run it
everything comes up right until I try and open a database, and it hangs
Here is my post from the Ubuntu forums: I hope someone here can
2016 Feb 10
4
[RFC] Error handling in LLVM libraries.
Hi Rafael,
> What prevents you from using a diag handler in the jit server that
> sends errors/warnings over the RPCChannel?
What would you do with errors that can't reasonable be serialized when they reach the diagnostic handler?
And what would you do with the serialized bytes on the client end?
- Lang.
Sent from my iPhone
On Feb 10, 2016, at 10:31 AM, Rafael EspĂndola