Displaying 20 results from an estimated 2627 matches for "scientific".
2009 Nov 13
2
format (PR#14062)
Full_Name: Dirk Jacob
Version: R 2.8.1 and 2.9.1
OS: Win XP
Submission from: (NULL) (153.96.32.62)
I want to convert numbers to strings
like:
> inputs= c(0.3+0*(1:12) )
> (format(inputs,digits=3,scientific=T,collapse=" "))
and it works
[1] "3e-01" "3e-01" "3e-01" "3e-01" "3e-01" "3e-01" "3e-01" "3e-01" "3e-01"
[10] "3e-01" "3e-01" "3e-01"
if I use different numbers it...
2013 Jun 16
2
extract all numbers from a string
...beating my head against this problem for a bit,
but I can't figure it out.
I have a series of strings of variable length, and each will
have one or more numbers, of varying format. E.g., I might
have:
tmpstr = "The first number is: 32. Another one is: 32.1.
Here's a number in scientific format, 0.3523e10, and
another, 0.3523e-10, and a negative, -313.1"
How could I get R to just give me a list of numerics
containing the numbers therein?
Thanks very much to the regexp wizards!
Cheers,
Nick
--
====================================================
Nicholas J. Matzke
Ph.D...
2009 Aug 05
2
Scientific Format E
Dear Helpers,
I would like to export a large dataset to a txt file in order to use it
in an other programm.
Unfurtunatly the R the scientific format is a small e:
2 e-1
while the other programm requires the format to be a capital E:
2E-1
How can I change this in R?
Thanks for your help
PS: I already found the command to turn them into a non scientific
format (scientific=FALSE)
[[alternative HTML version deleted]]
2019 Mar 21
3
prettyNum digits=0 not compatible with scientific notation
R developers,
Seems I get a bad result ("%#4.0-1e" in particular) when trying to use prettyNum digits=0 with scientific notation. I tried on both my Linux box and on an online R evaluator and saw the same problem, so it's not limited to my box at least. I see the problem in both R 3.5.3 and R 3.3.2.
options(scipen=-100)
prettyNum(1, digits=0)
[1] "%#4.0-1e"
prettyNum(2, digits=0)
[1] "%#4.0-1e&qu...
2007 Sep 26
3
Scientific Notation
Dear List:
Below is how I specify an axis:
axis(2, at=c(0.00005, 0.0005))
R displays the numbers in scientific notation. What
argument/parameter should I use to tell R to display the numbers as
specified rather than in scientific notation?
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor...
2014 Jul 15
0
Call for Papers: IEEE Transactions on Cloud Computing - Special Issue on Scientific Cloud Computing (deadline Jul 31, 2014)
Dear colleagues,
This is just a friendly reminder about the upcoming deadline (July 31st,
2014) for the special issue on Scientific Cloud Computing.
-------------------------------------------------------------------------------
Call for Papers
IEEE Transactions on Cloud Computing
Special Issue on Scientific Cloud Computing
http://datasys.cs.iit.edu/events/ScienceCloud2014-TCC/
--------------------------------------------...
2014 Jul 15
0
Call for Papers: IEEE Transactions on Cloud Computing - Special Issue on Scientific Cloud Computing (deadline Jul 31, 2014)
Dear colleagues,
This is just a friendly reminder about the upcoming deadline (July 31st,
2014) for the special issue on Scientific Cloud Computing.
-------------------------------------------------------------------------------
Call for Papers
IEEE Transactions on Cloud Computing
Special Issue on Scientific Cloud Computing
http://datasys.cs.iit.edu/events/ScienceCloud2014-TCC/
--------------------------------------------...
2013 Jul 18
0
Call for Papers: IEEE Transactions on Cloud Computing - Special Issue on Scientific Cloud Computing (deadline Jul 31, 2014)
Dear colleagues,
Please consider the following CFP for your contributions.
-------------------------------------------------------------------------------
Call for Papers
IEEE Transactions on Cloud Computing
Special Issue on Scientific Cloud Computing
http://datasys.cs.iit.edu/events/ScienceCloud2014-TCC/
-------------------------------------------------------------------------------
IMPORTANT DATES
Paper Submissions Due: July 31, 2014
First Round Decision: September 30,2014
Major Revisions Due (if necessary): October 31, 201...
2013 Jul 18
0
Call for Papers: IEEE Transactions on Cloud Computing - Special Issue on Scientific Cloud Computing (deadline Jul 31, 2014)
Dear colleagues,
Please consider the following CFP for your contributions.
-------------------------------------------------------------------------------
Call for Papers
IEEE Transactions on Cloud Computing
Special Issue on Scientific Cloud Computing
http://datasys.cs.iit.edu/events/ScienceCloud2014-TCC/
-------------------------------------------------------------------------------
IMPORTANT DATES
Paper Submissions Due: July 31, 2014
First Round Decision: September 30,2014
Major Revisions Due (if necessary): October 31, 201...
2011 Nov 14
3
CentOS versus Scientific
Hey folks,
I was just reminded of the Scientific distro, which on the surface
appears to be quite similar to CentOS even when the developers over
there are rather coy about which Enterprise Linux distro they base
theirs on.
I wonder if anyone here has done a comparison of the two that they'd
care to share.
I work in a Scientific Research La...
2014 Jan 21
0
CFP: 5th Workshop on Scientific Cloud Computing (ScienceCloud) @ ACM HPDC 2014
Call for Papers: 5th Workshop on Scientific Cloud Computing (ScienceCloud)
June 23/24, 2014. Vancouver, Canada
(http://datasys.cs.iit.edu/events/ScienceCloud2014/)
Co-Located with HPDC 2014
-------------------------------------------------------------------------------
IMPORTANT DATES
Paper Submission: March 1, 2014
Acceptance Notificatio...
2014 Jan 21
0
CFP: 5th Workshop on Scientific Cloud Computing (ScienceCloud) @ ACM HPDC 2014
Call for Papers: 5th Workshop on Scientific Cloud Computing (ScienceCloud)
June 23/24, 2014. Vancouver, Canada
(http://datasys.cs.iit.edu/events/ScienceCloud2014/)
Co-Located with HPDC 2014
-------------------------------------------------------------------------------
IMPORTANT DATES
Paper Submission: March 1, 2014
Acceptance Notificatio...
2024 Sep 25
0
OFF TOPIC: "Scientific rigor proponents retract paper on benefits of scientific rigor"
...r claim (against statements asserting preregistration in the
published article); selection of outcome measures and analyses with
knowledge of the data; and incomplete reporting of data and analyses,?
the note says."
Full article here:
https://www.science.org/content/article/we-are-embarrassed-scientific-rigor-proponents-retract-paper-benefits-scientific-rigor
Cheers to all,
Bert
2003 Feb 06
1
signif {base}: changes to scientific notation
PROBLEM
`signif' does change to scientic notation
at different levels depending on the number
of significant digits in the input.
This can generate tables where figures change
``irregularly'' from normal to scientific notation.
PROPOSAL
The change to the scientific notation should
be made only if the figure in scientific notation
- with potentially as many significant digits as
given as argument to the call of `signif' -
would be shorter than the figure in normal notation.
EXAMPLE
test...
2008 Apr 14
9
scientific notation problem
We''re developing a system that''s used for tracking company IPO data
and we''re running into a few number storage issues. For large numbers,
i.e. numbers greater than 100 million, MySQL insists on storing these
as scientific notation. I don''t really have a problem with that but
when we want to edit these fields using something like:
<% form_for(@company) do |f| %>
<p>
<%= f.text_field :some_large_number_field , :size => 20 %>
<%= f.submit "Update" %>
</p>...
2013 Jan 05
0
CFP: Scientific Cloud Computing (ScienceCloud) -- co-located with ACM HPDC 2013
-------------------------------------------------------------------------------
*** Call for Papers ***
4th Workshop on Scientific Cloud Computing (ScienceCloud) 2013
Co-located with ACM HPDC 2013, New York City, NY, USA -- June 17th, 2013
http://datasys.cs.iit.edu/events/ScienceCloud2013/
-------------------------------------------------------------------------------
Computational and Data-Driven Sciences have become the thi...
2013 Jan 05
0
CFP: Scientific Cloud Computing (ScienceCloud) -- co-located with ACM HPDC 2013
-------------------------------------------------------------------------------
*** Call for Papers ***
4th Workshop on Scientific Cloud Computing (ScienceCloud) 2013
Co-located with ACM HPDC 2013, New York City, NY, USA -- June 17th, 2013
http://datasys.cs.iit.edu/events/ScienceCloud2013/
-------------------------------------------------------------------------------
Computational and Data-Driven Sciences have become the thi...
2011 Aug 25
2
rpart: plot without scientific notation
While I'm very pleased with the results I get with rpart and
rpart.plot, I would like to change the scientific notation of the
dependent variable in the plots into integers. Right now all my 5 or
more digit numbers are displayed using scientific notation.
I managed to find this:
http://tolstoy.newcastle.edu.au/R/e8/help/09/12/8423.html
but I do not fully understand what to change, and to what.
2012 Jun 30
1
Scientific Linux
Greetings!
I have just signed up to r-sig-fedora because I have
installed Scientific Linux 6.2 (my first Red Hat based
Linux since over 10 years ago ... ). I'm trying this for
basically 2 reasons: first, I expect CERN and FermiLab
should do a good job of maintaining their distribution,
and in particular to take care of its compatibility with
scientific software; second, because...
2014 Feb 27
0
Ref: 14/F/04 Scientific computing systems administrator position available
Ref: 14/F/04 Scientific computing systems administrator - IMPPC - Badalona, Spain
Job Overview
We are seeking a Linux systems administrator who will be responsible for the management of a scientific computing facility that includes a 100 core cluster, several servers, workstations, 96 Tb raw disk storage and backup facil...