Displaying 20 results from an estimated 5000 matches similar to: "Function of "matrix""
2006 Apr 10
24
Proposal of "Resizable" javascript library
Hi, All.
I''ve developed the small javascript library to make the widgets
"resizable". Please try attached file or following URL
URL: http://221.112.61.214/~kzk/others/mixi/resizer.html
Now I wish script.aculo.us developers to merge this into the
"script.aculo.us". Is there any chance of merge? Is this a right
place to ask this question?
Thanks in advance.
Kazuki
2002 Dec 11
1
residuals: lm and glm
Dear list members,
I would like to know the difference in outputs and calculation processes
between residuals.glm(object, type="response") and residuals.lm(object).
For above-ground biomass estimation of trees, I estimated parameters of
an allometric equation (ln y = b0 + b1*ln x) using glm as follows:
fm <- glm(Ws~log(Wb), family=quasi(link="log",
2020 Oct 24
0
Package recommendations for outputting table with cell formatting
Will this need to be done many times? If not, it might be just as easy
to apply conditional formatting to cells after they're already in
Excel.
On Fri, Oct 23, 2020 at 8:28 PM Dennis Fisher <fisher at plessthan.com> wrote:
>
> R 4.0.2
> OS X
>
> Colleagues
>
> I have the unfortunate need to create a large number of tables (destined for a Word document). I need to
2020 Oct 24
5
Package recommendations for outputting table with cell formatting
R 4.0.2
OS X
Colleagues
I have the unfortunate need to create a large number of tables (destined for a Word document). I need to color cells depending on the contents, e.g., blue if the value is < 0.5, red if the value is > 1.5.
If the output went initially to Excel, that would work; outputting directly to Word would be even better.
I expect that several packages can accomplish this. I
2006 Jul 16
2
How to run japanese app with wine
Hi there.
I'm sorry if this has been discussed before but I've searched a lot about it
and couldn't find an answer so here it goes: How can I run japanese
applications with wine? I've tried editing the Fonts section in .wine/config
to use japanese fonts (like jis and watanabe) but the applications only
display weird characters in place of the japanese chars. What do I have to
do
2020 Nov 02
2
Error: vector memory exhausted (limit reached?)
Hello
I have a question about the error: vector memory exhausted (limit reached?). I have the R-studio version 4.0.3 (2020-10-10).
I have a MacBook Air (13-inch, 2017). I am trying to open a dataset file ?data_dta? through the import dataset ?file from stata? button.
I already did this with other datasets, and this works fine. Now, I want to work with a bigger dataset of 4.08 GB. When I try to
2020 Oct 09
3
Question about the package "MatchIt"
Hi! I'm trying to perform propensity score matching on survey data and so
for each individual observation I have a statistical weight attached. My
question is: is there a way within the package to consider these weights in
the matching procedure?
Thank you very much.
--
Maria Cristina Maurizio
[[alternative HTML version deleted]]
2013 Oct 31
9
[Bug 2167] New: Connection remains when fork() fails.
https://bugzilla.mindrot.org/show_bug.cgi?id=2167
Bug ID: 2167
Summary: Connection remains when fork() fails.
Product: Portable OpenSSH
Version: 5.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2015 Feb 06
1
[PATCH] virtio: Avoid possible kernel panic if DEBUG is enabled.
>From 11fd997d724f520ca628615e7ffbfd7901c40b62 Mon Sep 17 00:00:00 2001
From: Tetsuo Handa <penguin-kernel at I-love.SAKURA.ne.jp>
Date: Fri, 6 Feb 2015 13:28:38 +0900
Subject: [PATCH] virtio: Avoid possible kernel panic if DEBUG is enabled.
The virtqueue_add() calls START_USE() upon entry. The virtqueue_kick() is
called if vq->num_added == (1 << 16) - 1 before calling
2015 Feb 06
1
[PATCH] virtio: Avoid possible kernel panic if DEBUG is enabled.
>From 11fd997d724f520ca628615e7ffbfd7901c40b62 Mon Sep 17 00:00:00 2001
From: Tetsuo Handa <penguin-kernel at I-love.SAKURA.ne.jp>
Date: Fri, 6 Feb 2015 13:28:38 +0900
Subject: [PATCH] virtio: Avoid possible kernel panic if DEBUG is enabled.
The virtqueue_add() calls START_USE() upon entry. The virtqueue_kick() is
called if vq->num_added == (1 << 16) - 1 before calling
2003 Nov 18
3
[Bug 761] sftp not exiting in batch mode
http://bugzilla.mindrot.org/show_bug.cgi?id=761
Summary: sftp not exiting in batch mode
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: mmurra28 at csc.com
2014 Sep 02
2
No subject
This version addresses Sergei's comments.
o Fixed description and added Reported-by
o Removed NULL check for kfree()
2014 Sep 02
2
No subject
This version addresses Sergei's comments.
o Fixed description and added Reported-by
o Removed NULL check for kfree()
2008 May 04
1
key jamming
i'm new to linux n i'm loving it all the way.
right now i'm using mandriva one 2008 spring, i tried win 0.9.60 and i just installed 0.9.61.
i noticed a strange behavior from both versions that when i tried playing windows games, sometimes the key will jam, and it will remain jammed even after i quit wine until i rebooted. this has never happened before.
the key jamming doesn't
2004 Sep 20
4
IPv6 routing question - corrected
* sorry for the other schema, it came out a mess. I hope this one is
understandable.
hi:
I have this 2 boxes set up like this:
2020::2/128
2020::254/128 3030::254/128
192.168.0.2/24 192.168.0.254/24
192.168.30.254/24
+-------+ eth0 eth3
+-------+
2004 Aug 05
2
[fdo] Ssh service interruption of freedesktop.org
Hi admins, thank you for maintaining useful development
resources. But I'm in trouble. Please help.
I and some developers are unable to use ssh login over 24 hours.
Is there a intended service interruption? Or some problems are
lying?
I and some developers could slogin to freedesktop.org before the
problem had occurred. My local environment has not altered in
recent days.
my source address:
2017 Oct 20
9
[PATCH v1 0/3] Virtio-balloon Improvement
This patch series intends to summarize the recent contributions made by
Michael S. Tsirkin, Tetsuo Handa, Michal Hocko etc. via reporting and
discussing the related deadlock issues on the mailinglist. Please check
each patch for details.
>From a high-level point of view, this patch series achieves:
1) eliminate the deadlock issue fundamentally caused by the inability
to run leak_balloon and
2017 Oct 20
9
[PATCH v1 0/3] Virtio-balloon Improvement
This patch series intends to summarize the recent contributions made by
Michael S. Tsirkin, Tetsuo Handa, Michal Hocko etc. via reporting and
discussing the related deadlock issues on the mailinglist. Please check
each patch for details.
>From a high-level point of view, this patch series achieves:
1) eliminate the deadlock issue fundamentally caused by the inability
to run leak_balloon and
2006 Jul 24
0
arcview projection utility
Sorry, I guess I did not explain my self... I am running wine 0.9.17 and
when I launch the projection utility from the terminal I have no
problem, but when I choose a .shp file to process, I get the following
promt from the gui: Run-time error 5 invalid procedure call or
argument.
On the terminal I can read the following promt when launching the
prjutil.exe:
fixme:ole:CoRegisterMessageFilter
2018 Jul 31
1
Warning messages in terminal after running help.start() and accessing the package index
Dear list-members,
I have switched (back) to a terminal-based workflow for a while now
and have noticed that after starting the HTML-based help
[help.start()], then visiting the package-list (at
http://127.0.0.1:<random_port>/doc/html/packages.html), and after the
accessed page has been "generated" (as indicated by the message
"Making 'packages.html' ... done"),