Displaying 20 results from an estimated 10000 matches similar to: "permil symbol linux"
2011 May 24
2
plotting single variables common to multiple data frames
Hello all,
I have files (see attached) which are created daily. I want to load
about a weeks worth of them (7 daily files) and plot a weeks worth of
one variable together. So one variable name is delta_D_H. I would like
to plot this variable from all 7 days on one plot. I'm having trouble
figure out how to do this.
I've loaded them all up using this
time=Sys.time()
t1<-
2017 Aug 01
3
special latin1 do not print as glyphs in current devel on windows
Upon further inspection, I think these are at least two problems.
First the issue with printing latin1/cp1252 characters in the "80" to "9F"
code range.
x <- c("?", "?", "?")
Encoding(x)
print(x)
I assume that these are Unicode escapes!? (Given that Encoding(x) shows
"latin1" I'd rather expect latin1/cp1252 escapes here, but
2005 Feb 15
2
special symobol / character
Hi all,
Is it possible to add a permil (or per mille) symbol to
an R plot (I couldn't find this symbol under demo(Hershey) or
the plotmath information).
In some ascii tables it is symbol no. 137.
cheers,
Matt.
[[alternative HTML version deleted]]
2011 Dec 19
1
block averaging data frames
Hi there,
This seems like it should be simple. I have a data frame of climate data
sampled every 10 min. I want to average the entire data frame into 30
min values (i.e., one value for each half hour). Functions like
running.mean give me a moving average but I want to reduce the size of
the entire frame.. Any ideas how? Cheers!
Example of my data
timestamp Voltage LwTempDownelling
2011 Nov 29
2
Extracting from zip, removing certain file extensions
Hi there,
I'm running R on windows 7 with Rstudio. Everyday I receive a zip file
where a bunch of half-hourly files are zipped together.
I then use
xx=unzip(ind)
to get xx, which consists of :
[1] "./2011/A20112961503.flx" "./2011/A20112961503.log" "./2011/A20113211730.slt" "./2011/A20113211800.slt" "./2011/A20113211830.slt"
2011 Sep 24
1
help
Mathew Brown
Institute of Bioclimatology
University of G?ttingen
B?sgenweg 2
37077 G?ttingen, Germany
t: +49 551 39 9359
mathew.brown at forst.uni-goettingen.de
On 9/24/2011 6:00 PM, r-help-request at r-project.org wrote:
> Send R-help mailing list submissions to
> r-help at r-project.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2007 Mar 15
8
Xen Book
Hi,
I had read on this thread -
http://lists.xensource.com/archives/html/xen-users/2006-03/msg00759.html
- (which is about a year old) about a Xen book being written. Any
updates or others currently writing books on Xen? Thank you.
--
Mathew Brown
mathewbrown@fastmail.fm
--
http://www.fastmail.fm - Same, same, but differentÂ…
_______________________________________________
2007 Apr 10
9
Xen and ACPI Sleep
Hi,
I am currently testing Xen on my laptop and was wondering if there was
any way to enable ACPI sleep so that I can resume sessions when I''m on
the go. Is this possible? If so, could you please highlight how to
achieve this? Thank you.
--
Mathew Brown
mathewbrown@fastmail.fm
--
http://www.fastmail.fm - Access all of your messages and folders
Latin Hypercube Sampling when parameters are defined according to specific probability distributions
2017 May 27
2
Latin Hypercube Sampling when parameters are defined according to specific probability distributions
>May 26, 2017; 11:41am Nelly Reduan Latin Hypercube Sampling when parameters are >defined according to specific probability distributions
>Hello,
> I would like to perform a sensitivity analysis using a Latin Hypercube Sampling (LHS).
>Among the input parameters in the model, I have a parameter dispersal distance which is defined according to an exponential probability
2006 Jun 28
3
Simple Rule to Cap P2P Uploads
Hi,
I''m new at traffic control and was reading up on HTB and using it to put an upper limit on traffic. I have a 256k DSL with 64k upload (which translates to about 5/6KB uploads). The machine running the P2P applications keeps filling up the 64K so my browsing from other machines in the network ends up being very slow. Since there are several P2P applications, I wanted to set the
Latin Hypercube Sampling when parameters are defined according to specific probability distributions
2017 Jun 01
1
Latin Hypercube Sampling when parameters are defined according to specific probability distributions
Thank you very much Rob for your answer. I have some difficulties to understand how to apply my agent-based model to each parameter combination generated by the LHS, in particular when parameters are defined by probability distributions. Indeed, I have multiple parameters in my model: parameters which are defined by a single value (like ?temperature", "pressure?) and parameters which are
2013 Oct 08
3
Latin Hypercube Sample and transformation to uniformly distributed integers or classes
Hi,
I'd like to use Latin Hypercube Sampling (LHC) in the the context of
uncertainty / sensitivity analysis of a complex model with approximately 10
input variables. With the LHC approach I'd like to generate parameter
combinations for my model input variables.
Therefore I came across an simple example here on the mailing list (
2017 Aug 04
2
Latin hypercube sampling from a non-uniform distribution
Hello,
I am performing a sensitivity analysis using a Latin Hypercube sampling. However, I have difficulty to draw a Hypercube sample for one variable. I?ve generated this variable from a Poisson distribution as follows:
set.seed(5)
mortality_probability <- round(ppois(seq(0, 7, by = 1), lambda = 0.9), 2)
barplot(mortality_probability, names.arg = seq(0, 7, by = 1), xlab = "Age
2004 Sep 13
1
How to show the symbol of Angstrom ?
Also, I am wondering if there is any source where the expressions of
many symbols are collected.
Thanks you very much!!!
Li, Xiang(Sean)
2007 Jun 05
2
Latex \ell symbol in plotmath
Is it possible to use the '\ell' (i.e. the log likelihood) in plots?
I've been browsing the plotmath documentation unsucesfully.
Cheers,
Mario dos Reis
mdosrei at nimr.mrc.ac.uk
+44 (0)20 8816 2300
Division of Mathematical Biology
National Institute for Medical Research
The Ridgeway
Mill Hill
London, NW7 1AA, UK
1999 May 04
5
smbpasswd question
Do you have to enable encrypted passwords for smbpasswd to work? I
have yet to enable encryption because I wanted to test everything
first, but have enabled 'update encrypted = Yes' so that this will
update the smbpasswd file. I also have 'unix password sync = Yes'.
However, I cannot get smbpasswd to change the passwords, either by
user or root. Any suggestions?
Carey
2012 Aug 13
3
Using the effects package to plot logit probabilities
I'm trying to run a logit model and plot the probability curve for a number
of the important predictors. I'm trying to do this
with the Effects package.
df=data.frame(income=c(5,5,3,3,6,5),
won=c(0,0,1,1,1,0),
age=c(18,18,23,50,19,39),
home=c(0,0,1,0,0,1))
str(df)
md1 = glm(factor(won) ~ income + age + home,
data=df,
2016 Oct 04
13
[Bug 1087] New: Window Tracking not disabled
https://bugzilla.netfilter.org/show_bug.cgi?id=1087
Bug ID: 1087
Summary: Window Tracking not disabled
Product: conntrack-tools
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: conntrack-daemon
Assignee: netfilter-buglog
2010 Sep 27
2
store matrix in an arrary
Dear All
I want to store matrix in an array
Suppose s<-array(0,4)
for(i in 1:4)
s[i] <- read_matrix(a,2,2)
But the error - number of items to replace is not a multiple of replacement
length.
Can you suggest me any alternative method for storing a matrix in an array.
Thanks In advance.
Kind Regards
Wesley C Mathew
[[alternative HTML version deleted]]
2012 Jul 19
3
Removing values from a string
So I have the following data frame and I want to know how I can remove all
"NA" values from each string, and also
remove all "|" values from the START of the string. So they should
something like "auto|insurance" or "auto|insurance|quote"
one = data.frame(keyword=c("|auto", "NA|auto|insurance|quote",
"NA|auto|insurance",