Displaying 20 results from an estimated 23 matches for "resutls".
Did you mean:
results
2006 Sep 22
3
how to store recursive results
Hi all,
How to store recursive resutls from a function for each step without using
global operators <<-? Thanks ahead.
Xiaohui Chen
Dept. of Statistics
UBC, Canada
_________________________________________________________________
Don?t waste time standing in line?try shopping online. Visit Sympatico / MSN
2006 Apr 27
2
add city and point in the map
Dear Helpers:
I'm trying to use packages "maps" and "mapdata" (see blow) to display the research resutls on map (Mid-Atlantic region). In particular, I need to mark a number of points in the map by giving their latitude and longitude information. For instance, I would like to mark a point on (long, lat) =(75.56027, 39.09271). Also, I need to mark several cities that I suspect might not in the "...
2010 Nov 09
2
Merging data frames one of which is NULL
...e:
The dataframe from run 1:
x<-data.frame(a=1,b=2,c=3)
The dataframe from run 2:
y<-data.frame(a=10,b=20,d=30)
What I want to get is:
merge(x,y,all.x=T,all.y=T)
Then I want to merge it with the output of the 3rd run, etc.
Unfortunately, I can't create the placeholder for the overall resutls
BEFORE I run the loop because I don't even know how many columns I'll
end up with - after merging all the data frames.
I was thinking of creating an empty list:
first<-NULL
...and then updating it during each run by merging it with the data
frame that is the output of the run. However,...
2009 Dec 14
1
how to use Rengine instance to parse R script String
Hello everyone
I am currently developing a web based R script editor. My idea is to pass
the R script command as a string into the backend , then use the Rengine
instance to parse the R script command and get the resutls. Do anyone know
how to use Rengine instance to parse a R script String? if so, could you
give me a small example (in Java)? i really appreciate.
--
View this message in context: http://n4.nabble.com/how-to-use-Rengine-instance-to-parse-R-script-String-tp963194p963194.html
Sent from the R help m...
2010 Apr 29
1
variable importance in Random Forest
HI, Dear Andy,
I run the RandomFOrest in R, and get the following resutls in variable
importance:
What is the meaning of MeanDecreaseAccuracy and MeanDecreaseGini?
I found they are raw values, they are not scaled to 1, right?
Which column if most similar to the variable rel.influence in Boosting?
Thanks so much!
> fit$importance
0...
2011 Dec 21
1
Processing time on clogit
...el with a binary outcome and a single continuous
exposure R seems to freeze for a while, and 30 minutes later I receive the
results. However, when I run the exact same conditional logistic regression
model in STATA 10, the exact same answers are produced in <1 second. (Same
coefficients, LR test resutls, standard errors, etc.). I just tried running
an expanded model with covariates that I'd like to control for, but R has
been unresponsive and I doubt it will resolve itself anytime soon. The
syntax I'm using is:
library(survival)
clogit(binary_out~contin_exp + strata(id), data=data)
Vario...
2013 Aug 12
1
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
At 2013-08-12 01:18:30,"Tobias Grosser" <tobias at grosser.es> wrote:
>On 08/10/2013 06:59 PM, Star Tan wrote:
>> Hi all,
>>
>> I have evaluated Polly's performance on LLVM test-suite with latest LLVM (r188054) and Polly (r187981). Results can be viewed on: http://188.40.87.11:8000.
>
>Hi Star Tan,
>
>thanks for the update.
>
2018 Jun 14
0
NHW Project - very high compression
...I find that -l7 quality setting is not totally validated, could be
better.For -l8 and very high compression, it is very difficult.I would like
to do as HEVC that it is to say "cleanly" wash out the details and "neatly"
preserve the contours, edges... which gives for me the best resutls at very
high compression... But its very difficult (for me) to translate this idea
into lines of code in my codec...
Hope that very high compression will not take me another 5 years, as it
took me 5 years to code -l3->-l7 quality settings... Yes, seriously, 5
years!!! Time passes so fast, and I...
2005 Nov 09
1
Query
Dear all,
My name is Guillermo I'm trying to write a short program to find all the
possible combination in fitting an ARIMA Model. My script is the
following:
n=rnorm(100)+5
Aux.M=matrix(NA,nrow=100,ncol=2)
L=1
for(i in 0:2)
{for(j in 0:2) {for(k in 0:2)
Aux.M[L,2]=arima(n,order=c(i,j,k),include.mean=TRUE)$aic
x1=paste("AR=",i,sep=" ")
2005 Jul 14
0
smbclient seems dead
...y. So, I don't get any timeout message or
other error and I also don't get any valid results. So, the question
is: what's wrong? I am on
FreeBSD 5.4-STABLE
smbclient version:Version 3.0.14a
Windows XP Professional with SP2
I also tried with Konqueror via smb://etc., but I got the same
resutls. I actually shared them on Windows, so there's no shares of
the sort C$ or D$ anymore(well, actually they still exist, but I don't
use them in either client).
So, the goal is to be able to read files that exist on the Windows
machine on the FreeBSD machine.
Regards, Ron
2003 Jun 17
0
dvd+rw+r for FreeBSD -- Progress but no success
...'/dev/cd0c' in /etc/fstab, I was
> able
> > to mount a cdrom in /dev/cd0c to /cdrom.
> >
> > I executed the following as root ('./testfile' is
> a
> > short text file.):
> >
> > >growisofs -Z /dev/cd0c -R -J ./testfile
> >
> > Resutls:
> > Executing 'mkisofs -R -J testfile | builtin_dd
> > of=/dev/pass0 obs=32k seek=0'
> > :-[ LBA=0h, SENSE KEY=5h/ASC=30h,ASCQ=10h ]
> > :-( write failed: Invalid argument
> >
> > Any ideas?
> >
> > Thanks,
> >
> > Andrew Gould
2012 Oct 15
1
calculate out of different lists in R
hey There
I've been trying to match 2 lists in R I have an excel sheet containing all
the 51states of amerika devided by zipcode. the columns are : zip,city,
state, latitude,longitude,count so now I want R to make a new table that I
could use to draw a map. The table should consist the name of the state plus
the count. Like I said I have all the zipcodes and the count for the
zipcodes, so now
2010 May 30
2
Vector docs
Hi
The docs for R are very practical, which is quite refreshing compared to
other languages, however I can't find any details about all the things I
can do with a vector. I'm expecting methods like vector.contains('foo')
and vector.remove('foo'), maybe those methods don't exist but I'd love
to find a page that details the ones that do.
I'd also like to
2011 Apr 25
0
Need Help with Fence_xvm
...68.0.57
Sending to 225.0.0.12 via 192.168.1.57
Waiting for connection from XVM host daemon.
.................. continues for about a minute or so. and then....
Timed out waiting for response
Am I missing something ? I checked IPtables thinking was the connection (event disabled Iptables) still no resutls. Any sugestiongs I will gladly appreciate it.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2003 Sep 10
6
insert eps into microsft word
it seems that word can not read encapsupalted postscripts generated by R
I used this command
postscript("output.eps",horizontal=F,onefile=TRUE)
since onefile=TRUE produces an encapsualted postscript
actually what I'm trying to do is to insert the postsript file into a
word document
since other formats like jpeg and bmp do not reproduce the same quality
like postscript
formats
any
2008 Dec 19
2
hardware needed for OCFS
Hi,
Does OCFS require NAS hardware to run or does normal PC hard disk work?
Thanks,
Pete
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20081219/1bc9110b/attachment.html
2013 Aug 11
0
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
On 08/10/2013 06:59 PM, Star Tan wrote:
> Hi all,
>
> I have evaluated Polly's performance on LLVM test-suite with latest LLVM (r188054) and Polly (r187981). Results can be viewed on: http://188.40.87.11:8000.
Hi Star Tan,
thanks for the update.
> There are mainly five new tests and each test is run with 10 samples:
> clang (run id = 27): clang -O3
> pollyBasic (run id =
2011 Jun 07
2
gam() (in mgcv) with multiple interactions
Hi! I'm learning mgcv, and reading Simon Wood's book on GAMs, as recommended to me earlier by some folks on this list. I've run into a question to which I can't find the answer in his book, so I'm hoping somebody here knows.
My outcome variable is binary, so I'm doing a binomial fit with gam(). I have five independent variables, all continuous, all uniformly
2012 Oct 01
3
(no subject)
Hello,
I am a new R -user and request your help for the following problem.
I need to merge two dataset of longitudinal study which has two column
(id and respose) common. when I used merge option to join the datas
side be side, because of the repeated subject id, I got larger data
set which is not accurate.
I would like to connect twi data sets by id and response in such a
way that data are
2013 Aug 11
2
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
Hi all,
I have evaluated Polly's performance on LLVM test-suite with latest LLVM (r188054) and Polly (r187981). Results can be viewed on: http://188.40.87.11:8000.
There are mainly five new tests and each test is run with 10 samples:
clang (run id = 27): clang -O3
pollyBasic (run id = 28): clang -O3 -load LLVMPolly.so
pollyNoGen (run id = 29): pollycc -O3 -mllvm -polly-optimizer=none