Displaying 20 results from an estimated 20000 matches similar to: "Allocate virtual memory on hard drive"
2013 Aug 26
1
plot categorical variable with percentage infomation
Dear All,
Suppose I have a categorical variable
a=as.factor(sample(1:3,10,replace=T))
plot(a) and hist(as.numeric(a),freq=F) would give the histogram of it.
But I do not know how to add the counts or percentage information for
plot.factor().
hist() can do it but as a numeric variable, the x-axis is not 3
categories in this case.
Thank you for any suggestion.
Best wishes,
Jie
2013 Apr 30
2
Quote as element of a vector/list
Dear All,
I would like to store quote as part of an vector.
For instance, I would like to get an character object as
x = " 12"ab"34 "
or
y = c("1", "2", """, "a", "b", """, "3", "4")
Is that possible? Thank you.
Best wishes,
Jie
[[alternative HTML version deleted]]
2012 Sep 14
2
ctrl+r does not work sometimes
Dear All,
This might be a tiny question but I do not know the reason. On my desktop,
sometimes when I use the mouse or ctrl+A select a piece of R script, and
use ctrl+R to run it,
there is no action. If I redo it, it may work.
On my laptop, it is fine. Both are running windows 7.
Best wishes,
Jie
[[alternative HTML version deleted]]
2012 Jul 31
2
protential rounding error concern
Dear All,
I am running a r code on 32bit win, involving absolutely small numbers.
Although I tried sth like the ratio of numers like 10^(-100) and did not
have issue to get the correct answer,
but still a little concerned about it.
Could anyone give some suggestion or have any experience?
Best wishes,
Jie
[[alternative HTML version deleted]]
2013 Jul 23
1
p-values from multiple testing
Dear All,
I performed thousands of testings and obtained p-values.
And then I did two-sided uniform KS test of the p-values, the result
claimed it is uniform.
So does it mean that my model are wrong? Because I expect more small
p-values near 0.
This is a preliminary step before correcting the multiplicity.
Attached is hist of p-values (does this list allow attachment?). The ks test:
One-sample
2009 Jul 30
1
ask help about boxplot , different list variation into the tick of x-axis?
Hi ,everyone.
I want to draw a boxplot figure, main script shown as below. when I
run the command "boxplot(bjavee~yearname)",it is wrong with the error
information " model.frame.default(formula = bjavee ~ yearname) :
variation 'bjavee' list is wrong".
I want to add the yearname as the x-axis tick. And yearname is a array
with the length 12,while bjavee is a 5*12
2013 Mar 09
2
read.table freezes the computer
Hi All,
I have a txt file to read into R. The size of it is about 500MB.
This txt file is produced by calling write.table(M, file =
"xxx.txt"), where M is a large matrix
After running MM = read.table("xxx.txt"), the R gui keeps a cpu
core/thread fully occupied forever.
64 bit R with 16GB RAM on Win7 64, i5 cpu should be capable. So if
anyone knows the reason, that will be
2012 Aug 08
1
random number generator with SNOW/ Parallel/ foreach
Dear All,
I have three classes of questions about generating random numbers with
different packages (windows xp 32bit R).
.
1. Suppose I would like to use package *foreach*, can I use current
Sys.time as a seed?
Although I can get the time up to1e-6 second precesion, the code below dose
not work well on a local machine with two cores. #################
library(foreach)
library(snow)
2013 Oct 04
3
quote a column of a dataframe by its name
Dear All,
I have a question, suppose X is a dataframe, with column names as
"x1", "x2", "x3", ..... And I would like to use the i-th column by X[,'xi'].
But it seems the single quote and double quote are different.
So if I run X[, names(X)[i]], it has some error.
Please use the below example code
X = matrix(rnorm(50),ncol = 5)
X = data.frame(X)
2020 Sep 14
2
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
On Mon, Sep 14, 2020 at 05:48:07PM +0300, Dan Carpenter wrote:
> Hi Jie,
>
> url: https://github.com/0day-ci/linux/commits/Jie-Deng/i2c-virtio-add-a-virtio-i2c-frontend-driver/20200911-115013
> base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
> config: parisc-randconfig-m031-20200913 (attached as .config)
> compiler: hppa-linux-gcc (GCC)
2020 Sep 14
2
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
On Mon, Sep 14, 2020 at 05:48:07PM +0300, Dan Carpenter wrote:
> Hi Jie,
>
> url: https://github.com/0day-ci/linux/commits/Jie-Deng/i2c-virtio-add-a-virtio-i2c-frontend-driver/20200911-115013
> base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
> config: parisc-randconfig-m031-20200913 (attached as .config)
> compiler: hppa-linux-gcc (GCC)
2012 Aug 06
1
more efficient way to parallel
Dear All,
Suppose I have a program as below: Outside is a loop for simulation (with
random generated data), inside there are several sapply()'s (10~100) over
the data and something else, but these sapply's have to be sequential. And
each sapply do not involve very intensive calculation (a few seconds only).
So the outside loop takes minutes to finish one iteration.
I guess the better way
2007 Jun 01
1
How should i get the quantile 2.5 % and 97.5% in each row of a matrix?
Dear friends,
I need the get the 2.5% and 97.5% quantile from each row of a matrix, how
should i get it?
BTW, i can get the min/max value from each row of a matrix, using the
following programs, is there an easy function to do it?
simmin<-matrix(NA,nrow=47,ncol=1)
for (i in 1:47) {
simmin[i,]<-min(datas[i,])
}
Thanks for your help.
--
With Kind Regards,
oooO:::::::::
2012 Aug 02
2
parallel SNOW slower than single core?
Dear All,
I am learning parallel in R and start with the package "snow". I did a test
about running time and the parallel version is much slower than the regulat
code. My laptop is X200s with dual core intel L9400 cpu.
Should I make more clusters than 2? Or how to improve the performance?
# install.packages("snow")
library(snow)
cl <- makeCluster(2)
t1 <- proc.time()
a
2006 Jul 03
2
could i change the ouput style on summary?
Dear friends,
summary() doesn't give a good ouput style,e.g.:
grass soiltem airtem gheight
humidity altitude
diluo :38 Min. :15.90 Min. :17.70 Min. : 8.00 Min. :
0.2360 high: 43
huanghuacai:32 1st Qu.:19.32 1st Qu.:22.60 1st Qu.:40.00 1st Qu.:
0.3190 low :119
hucao :46 Median :20.20 Median :25.30 Median :60.00
2013 Feb 26
2
Efficient way to perform linear regressions
Hi All,
I have millions of regression lines to fit. So I am looking for the
most efficient approach in R.
Details:
I have a large desing matrix X. The dimension is n by p.
Each time when fitting the model, select rows from this matrix X and
form a new design matrix, called X_current.
There is another binary matrix M, with dim m by n, and each row is a
1*n vector. It helps to determin X_current.
2009 Jul 30
0
how to add the x-axis information
Hi ,everyone.
I want to draw a boxplot figure, main script shown as below. when I run the
command "boxplot(bjavee~yearname)",it is wrong with the error information "
model.frame.default(formula = bjavee ~ yearname) :
variation 'bjavee' list is wrong".
I want to add the yearname as the x-axis tick. And yearname is a array with
the length 12,while bjavee is a 5*12
2019 Apr 14
2
[A bug?] Failed to use BuildMI to add R7 - R12 registers for tADDi8 and tPUSH of ARM
Hi Craig,
Thanks for the information. Can you point to the source that specifies tGPR to be R0 - R7?
I tried to search in ARMInstrThumb.td but couldn’t find it.
Thanks,
- Jie
On Apr 14, 2019, at 15:28, Craig Topper <craig.topper at gmail.com<mailto:craig.topper at gmail.com>> wrote:
I believe there is probably a separate instruction in LLVM for thumb2 add. Probably starting with t2
2002 Feb 17
1
how to allocate more memory
Hello,
I am new to R. (Neither am I a statistician. )
Experienced a problem when running an application.
######################
> exp.ravglogpm_express(x, method="ravglogpm", normalize=T,
+ normalize.method= "quantile", span=3/5,
+ choose.subset=T, subset.size=5000, verbose=T, maxit=2)
Performing quantile normalization.
Error: cannot allocate vector of size
2001 Aug 24
1
Recursive flag needs fixing 2.4.7pre1
Martin,
Just a minor fix.
Jie,
Try the -r option (or the --recurse) option instead.
It looks like the source changed to this:
options.c: {"recurse", 'r', POPT_ARG_NONE, &recurse},
But the help is still at:
options.c: rprintf(F," -r, --recursive recurse into
directories\n");
eric
Jie Gao wrote:
>
> rsync: --recursive: