Displaying 20 results from an estimated 20000 matches similar to: "executing R scripts - viewing results and errors"
2007 May 04
2
sporadic slow/non response, problems copying to sent folder
After experiencing these symptoms through many of the release
candidates, we've been at v1.0.0 now for a few weeks, and they're still
there. Perhaps a config issue with my setup (mbox locks?). It's really
too disrupting to continue using this way. I've included symptoms,
client info, mta info, log entries and config file. What other
information can I provide? Please
2006 Feb 14
0
Problem cooperating with Windows and AD
Hi,
I'm having a problem getting my Windows machines to access shares in
Samba. When they browse to the Samba box it sometimes gives them an
error saying that they don't have permission or that the server is
unavailable. However this doesn't always happen and other times it lists
the shares. When I try to access the shares it just prompts for the
username/password over and over.
2006 Jun 28
0
Help on hclust and viewing the results as PDF and JPEG please
[This email is either empty or too large to be displayed at this time]
2008 Sep 23
2
Options for viewing / using results from lm
Hello,
I would like to state what I am (trying) to do. I have data set. It has 5749
rows (including the header) and 23 columns. The data contains values
related to spatial aspects of the 412 landscapes (over various years). I
will be making 2 groups from the data based on spatial extent. I will then
be performing a quadratic lm for each extent by percent forest vs 1 of 8
other metrics. For a
2012 Oct 31
1
party tree coordinates
I'm hoping that folks out there with expertise in working with the party
package can help me out here. My team is trying to convert party tree
output into a text file format that can be read by our image processing
software. We are running into difficulties because the way the two
different programs identify their nodes is different.
R numbers it's nodes 1, 2, 3, 4, 5, 6 etc. down the
2018 Dec 14
1
ask some questions about opus
Dear Sir,
Very glad to send E-mali to you , Im Annie.
I have encountered some problems on the way of learning opus, so I would like to consult you. I found "global_stack" was not released after malloc, and malloc memory was too large.So what I want to ask you is whether "global_stack" malloc can have less memory, since the value "GLOBAL_STACK_SIZE" can be
2018 May 21
3
Question on CentOS 7.5 clutter-1.0 pkgconfig missing
Hello - I seem to be missing a pkgconfig clutter-1.0 file on C7.5
Doing yum provides "*/clutter-1.0" does not provide anything for
/usr/share/pkgconfig ?
Am I missing something ? how can I get the pkgconfig for clutter ?
My system has none even though I have all the clutter-devel packages
installed.
Thanks,
Jerry
2017 Jan 13
11
[Bug 99396] New: Crash in nouveau_dri.so when switching apps with alt-tab in Gnome
https://bugs.freedesktop.org/show_bug.cgi?id=99396
Bug ID: 99396
Summary: Crash in nouveau_dri.so when switching apps with
alt-tab in Gnome
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
2011 Sep 09
3
get mean from cdf
Hi All,
How can I get the expected value from a discrete cdf? Is there any R
function that can do this?
Thanks,
Annie
[[alternative HTML version deleted]]
2009 Sep 10
2
index of min elements in matrix
Hi, All,
How can I get the indices of the minimum elements in a matrix without using
a loop?
For example, if the matrix is
4 5 2
2 8 9
5 2 3
Then I want to output (1,3), (2,1), (3,2).
Thanks,
Annie
[[alternative HTML version deleted]]
2005 Jul 07
1
'deadtime' in Samba 3.0.13
Hi,
I currently have deadtime = 15 in my smb.conf. This featured worked good to
disconnect clients that have been idle for > 15 minutes in the past. With
the 3.0.13 version, it seems to do nothing. As in, it just keeps the user
connected indefinitely.
Here is what I see when no one is currently at the office and everyone is
logged off their computer.
Thanks
[root@spicy p]#
2008 Jul 04
2
swfdec and clutter
hi,
i started an experimental clutter-swf renderer project http://www.students.itu.edu.tr/~gumusuy/clutter-swf-0.1.0.tar.bz2
using swfdec-0.6
In fact this project is a part of bigger clutter media project.
For less dependency i configured swfdec by ./configure --prefix=/usr --disable-maintainer-mode --disable-gtk --disable-mad --disable-ffmpeg --disable-gstreamer --disable-vivified
2009 Aug 08
1
generalized linear models
Hi, R users,
I am trying to use glm to do logistic regression. I know generally when I
have two covariates, say x1 and x2, then I do
fit <- glm(y~x1+x2,famliy='binomial')
But now my covariates form a n*p matrix, say x, so actually each column is a
covariate. So I think I should do
fit <- glm(y~x,family='binomial')
Then I need to predict new data. How should I write the
2011 Aug 11
2
2-dim density plot
Hi All,
I have a 2-dim density defined on 0<x<1, 0<y<1, x<y. I know the exact
formula of the density. How can I visualize it? What plot functions can I
use?
Thanks,
Annie
[[alternative HTML version deleted]]
2010 May 05
0
hibernation test result of windows srv2008 R2 x64 hvm and winpv guest
Hi
I run some hibernation tests on windows HVM and HVM with windows pv
driver. The test case is common scenario test(one test case of WHQL
test), this test case will hibernate the vm for many times, and doing
some IO operations for devices. The windows guest is Srv2008 R2 x64.
Following is my test result
HVM guest with pv driver,
machines 1cpu and 2cpu
4cpu
AMD pass pass
Intel pass
2006 Mar 06
3
Problem Accessing Samba Server from Windows
Hi,
I'm having a problem accessing my samba server from Windows. The problem
occurs every time I try to browse to it on either XP or 2003 Server. The
error message I get is: "\\Zeus is not accessible. You might not have
permission to use this network resource. Contact the administrator of
this server to find out if you have access permissions. The account is
not authorized to log in
2009 Sep 03
2
variable selection in logistic
Hi, R users,
What may be the best function in R to do variable selection in logistic
regression? I have the same number of variables as the number of samples,
and I want to select the best variablesfor prediction. Is there any function
doing forward selection followed by backward elimination in stepwise
logistic regression?
Thanks,
Annie
[[alternative HTML version deleted]]
2013 Mar 19
3
Puppet modifying directories by executing shell script as non-root user results in kernel-level insufficient privilege complaints
I am using Puppet 3.1.0 on a CentOS 6.3 machines. The puppet master and
puppet agents use CentOS 6.3 as their OS. I have a puppet script (init.pp
file for the puppet module) that contains the following exec type:
exec { "postgres init":
cwd => "/applications/module",
command => "bash initializePostgres.sh",
user => "postgres",
group =>
2008 Apr 18
2
Correspondence and detrended correspondence analysis
Hi,
I hope someone knows the answer to this or has a real good reference about it (I am using Legendre & Legendre, Numerical Ecology, 1998).... My data is a data.frame with locations as rows and vegetation assemblages / species as columns. I've done a PCA, a correspondance analysis (CA) using ca in ca package and a detrended correspondance analysis (DCA) using decorana from vegan package.
2009 Jan 20
2
iperf problem with Windows SMP VM
Hi
I am developing Window pv network driver and hit a problem now.
My server use Xen 3.1.4 and have 2 physical CPUs. When I create two VM
with 1 VCPU on a same server, iperf performance is OK between those two
VM, but there is performance degradation between those 2 VM when i
increase VCPU from 1 to 2.
This problem occurs in QEMU mode too.
Does Xen 3.1.4 has such problem or anything wrong