Displaying 20 results from an estimated 1200 matches similar to: "Printing a plot on Windows"
2001 Aug 16
3
lm() (PR#1059)
Full_Name: Joaquin Diaz-Saiz
Version: 1.3.0
OS: Windows
Submission from: (NULL) (129.7.120.106)
The lm() function applied to a particular data set produces a negative value for
the adjusted R-square. See the output below.
=======================================================
R : Copyright 2001, The R Development Core Team
Version 1.3.0 (2001-06-22)
R is free software and comes with
2003 Jan 15
2
Warning appears after update.packages() (PR#2459)
Full_Name: Joaquin Diaz-Saiz
Version: 1.6.2
OS: Windows 98
Submission from: (NULL) (129.7.121.92)
> update.packages()
trying URL `http://cran.r-project.org/bin/windows/contrib/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 8721 bytes
opened URL
downloaded 8721 bytes
Warning message:
DLL attempted to change FPU control word from 8001f to 9001f
NOTE: IS THIS OF ANY
2002 Apr 23
2
Asking about how to use R to draw Time Series graph
Hi
I'm study at University of Canterbury. Now, We have one project use R
to do time series. The problem is I don't know how to use R to draw time
series graph! Can you help me sovle this problem? I can not find in
manuals book! Can you tearch me what fuction command I have to use?
Thanks alway!
Sam
2002 May 14
2
Raster management data
Hi,
I'm a newbie in R world.
I would like to develop an application that extract contour from objects of
an image.
- Is R able to manage raster data (i.e., images) ?
- Is there a specific package in change of such management ?
I'm specificaly interest in the Canny filter.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Emmanuel POIZOT
CNAM/INTECHMER
B.P. 324
50103 Cherbourg Cedex
T?l : 33 (0)2 33
2010 Mar 25
4
3 levelplots and 1 colorbar
I want to create a simple plot containing three levelplots with one colorbar.
I used the "Three levelplots" code below, but the third levelplot is drawn
smaller than the first two. However, if I try the "Two levelplots" code below
it works well. Can anybody tell me how could I draw three levelplots (of the
same size) with one colorbar.
Thanks in advance, Joaquin
### Three
2016 Jul 15
4
VoiceMail Audio playing
Hi Madushan
Maybe I was not clear ?. After SIP negotiation and SDP set up on the VoiceMail Server ?.
Is there a file to specify a MGw (the machine that deliver RTP packages to end user)?
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Madushan Geethanga
Sent: 15 July 2016 13:00
To: Asterisk Users Mailing List - Non-Commercial
2002 Aug 26
5
updating n within for(i in 1:n) loop
Hi folks:
I think I'm having problems with figuring this one out:
test1 <- function()
{
n <- 2
for(i in 1:n)
{
cat(paste("i =", i, "\n")); flush.console()
n <- 5 # version 1
#n <<- 5 # version 2
#assign("n", 5, envir = environment(test1)) # version 3
}
}
I need the for(.) loop to run (say) n=5 times within the
2016 Jul 15
2
VoiceMail Audio playing
Hi Guys
Which module on Asterisk is the one in charge of playing the VoiceMail Server Audio to the end customer?
I have work with MRFP but is it a module included in the SW? Need and external source?
BR
Joaquin
This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon
2013 Apr 19
1
How to select the scale parameter for Gabor transform (Rwave)?
Dear list,
I am trying to choose the scale parameter for the cgt transform but I don't
know how to do it. In time I would like to be able to separate points 30
samples apart, and in frequency I would like to separate bands 0.04 Hz
apart. I tried the two approaches described below and they gave me
different results. I would appreciate advise on how to do this.
The Rwave Gabor transform uses
2009 Oct 14
14
spec-ing private methods?
On Wed, Oct 14, 2009 at 5:49 PM, Scott Taylor <scott at railsnewbie.com> wrote:
>
> On Oct 14, 2009, at 3:36 PM, Joaquin Rivera Padron wrote:
>
> hello there,
> how do you tipically spec private methods? The thing is ? have something
> like this:
>
> def some_method
> ?? complex_method + other_complex_methods
> end
>
> private
> def complex_method...
2006 Feb 21
1
wireframe, axis label-axis separation, xlab rotation
Greetings,
A couple of questions:
1.
I am using wireframe. It prints 3d plots nicely on screen, but when I use a
postscript device the z-axis label merges with the z-axis. Is there any option
to control their separation?
2.
Again, using wireframe, I rotate the whole plot using the screen parameter.
However, the x- and y-axis labels (xlab and ylab) remain horizontal. How could
I rotate them?
2011 Feb 11
2
Problem with confint function
Hi,
I am currently doing logistic regression analyses and I am trying to get
confidence intervals for my partial logistic regression coefficients.
Supposing I am right in assuming that the formula to estimate a 95% CI for a
log odds coefficient is the following:
log odds - 1.96*SE to log odds + 1.96*SE
then I am not getting the right CI.
For instance, this is a summary of my model:
2009 Apr 16
6
Cucumber - step negating another expecting step
On 16 Apr 2009, at 11:22, Joaquin Rivera Padron wrote:
> at the moment I do it this way, hiding the complexity out of the
> steps:
>
> Then /^I should see the people search form$/ do
> people_search_form_exists
> end
>
> Then /^I should not see the people search form$/ do
> people_search_form_exists "not"
> end
>
> and then the method:
>
>
2007 Apr 11
1
User defined grid on map
This may be a trivial question for some of you: Is there a way to add
defined grid sizes on specific areas of a map?. I want to add 10kmx10km
grids to all California coastal counties:
"california,alameda", "california,contra costa", "california,del norte",
"california,humboldt", "california,los angeles", "california,marin",
2005 Jul 12
1
Problems with BDE
Hello
I am trying to run a program that use BDE, but i get the error: An error occurred while attempting
to initializa the Borland Database Engine.
I installed BDE 4.51 and 5.1 but is equal.
What is wrong??
Some ideas??
Regards
Joaquin
2011 Feb 09
16
rails 3.0.4 broke yield :javascript ?
hello,
I have today updated my rails app to 3.0.4 security release but now this
yield :javascripts
fails in the layout and I get my custom js escaped as text in the view.
anybody seeing this also?
tia,
jk
--
www.least-significant-bit.com
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to
2008 Dec 05
3
MIGRATE SHARES always fails
Hi,
I have an Ubuntu 8.04 box running as Samba PDC (version 3.0.28a) with
an LDAP backend, and I tried to migrate a share from a Win2003 server
to the Samba box. However, running the "migrate shares" or the
"migrate files" commands always results in errors:
$ net rpc share MIGRATE SHARES data_share -S w2k3box -U <admin>
--destination=localhost
migrating:
2002 Aug 06
2
Memory leak in R v1.5.1?
Hi,
I am trying to minimize a rather complex function of 5 parameters with
gafit and nlm. Besides some problems with both optimization algorithms
(with respect to consistantly generating similar results), I tried to
run this optimization about a hundred times for yet two other parameters.
Unfortunately, as the log below shows, during that batch process R
starts to eat up all my RAM,
2019 Jun 04
3
Incluir un rango de varias variables explicativas a un modelo
Hola, gracias por la respuesta,
No me funcionó debido a que los nombres de las variables no están seriadas,
es decir, los nombres de las variables son del tipo: x23 x25 x30, x301
x320, x80. Entonces me da este error:
Error in eval(predvars, data, env) : object 'pot24' not found. Debido a que
pot24 no existe, ya que de pot23 se brinca a pot30.
En Stata es algo muy simple de hacer, solo
2006 Jul 07
2
ASTCC: inuse flag still hangs!
I have patched astcc.agi with the HUP patch, but it still hangs from
time to time.
Asterisk SVN-branch-1.2-r25165M built by root @ vpbx on a x86_64 running
Linux on 2006-05-07 00:31:09 UTC
bye
Ronald