search for: aspera

Displaying 17 results from an estimated 17 matches for "aspera".

Did you mean: espera
2011 Jan 20
2
splitting a square symmetric matrix
...ower right diagonal instead of the entire symmetric matrix? ------------------------------------------- Joe King, M.A. Ph.D. Student University of Washington - Seattle 206-913-2912 <mailto:jp@joepking.com> jp@joepking.com ------------------------------------------- Ad astra per aspera - "Through hardships to the stars" [[alternative HTML version deleted]]
2011 Apr 11
1
predict ordered regresssion
...ound an ordered regression like polr() in the MASS package? ------------------------------------------- Joe King, M.A. Ph.D. Student University of Washington - Seattle 206-913-2912 <mailto:jp@joepking.com> jp@joepking.com ------------------------------------------- Ad astra per aspera - "Through hardships to the stars" [[alternative HTML version deleted]]
2013 Feb 22
1
High Speed WAN Rsync now possible!!!
...p://udt.sourceforge.net/ For a while the UDT API was available, developed by the Laboratory for Advanced Computing at the University of Chicago, but there were little development around it for actually developing a software suite to allow for high speed WAN transfers, such as can be achieved by Aspera, GridFTP, FDT, and a couple others. The problem with those often is: Aspera: Great but *crazy* expensive GridFTP: Not bad but non-trivial to set up FDT: Java (Eh...) But the awesome thing here is that UDR is a lightweight wrapper for rsync that allows for rsync functionality, but uses UDT as t...
2008 Aug 27
2
r function for calculating extreme spread in group
...2 - (yi-yj)^2 ] } for i not equal to j I have 60 levels to apply this to. There is the combination function in the dprep package but I wasn't sure how to use this or apply an index the points in each group. Any ideas? Steve Steven Matthew Anderson AdAstra69 at mac.com Ad Astra per Aspera
2011 Jan 31
2
Rubin's rules of multiple imputation
...but how to make them into one or combine them for analysis. ------------------------------------------- Joe King, M.A. Ph.D. Student University of Washington - Seattle 206-913-2912 <mailto:jp@joepking.com> jp@joepking.com ------------------------------------------- Ad astra per aspera - "Through hardships to the stars" [[alternative HTML version deleted]]
2009 Jun 05
2
p-values from VGAM function vglm
...rs: log(mu), log(shape) Dispersion Parameter for gamma2 family: 1 Log-likelihood: -26.39268 on 123 degrees of freedom Number of Iterations: 8 Steven Matthew Anderson Anderson Research, LLC Statistical Programming and Analysis SAS (R) Certified Professional AdAstra69 at mac.com Ad Astra per Aspera ???????
2009 Jun 16
0
Generation from COX PH with gamma frailty
...1 > > Log-likelihood: -26.39268 on 123 degrees of freedom > > Number of Iterations: 8 > > > Steven Matthew Anderson > > Anderson Research, LLC > Statistical Programming and Analysis > SAS (R) Certified Professional > AdAstra69 at mac.com > > Ad Astra per Aspera > > ??????? > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-con...
2011 Mar 10
0
confidence intervals when using polr()
...7L, 58L, 59L, 60L, 61L), class = "data.frame") ------------------------------------------- Joe King, M.A. Ph.D. Student University of Washington - Seattle 206-913-2912 <mailto:jp@joepking.com> jp@joepking.com ------------------------------------------- Ad astra per aspera - "Through hardships to the stars" [[alternative HTML version deleted]]
2003 Dec 19
3
partial transfer
I am attempting to use rsync to backup a Win98 laptop to a FreeBSD 4.8 backup server. I have experienced the same problem at roughly the same point in the process on two occations. The laptop contains ~2.7Gb of data. On the first attempt we received this error at 2.3Gb and on the second at 2.4Gb. rsync error: partial transfer (code 23) at main.c(575) Would love to have a full backup of the
2003 Dec 30
2
Shorten long lines in man page options summary
One thing that's bugged me is that some of the man page lines in the options summary are longer than 79 chars and wrap onto the next line. These are just one line summaries (detailed description appear later) so they can, and should, be terse. Here's an edited diff showing my proposed changes (and a 79 char ruler):
2011 Jan 19
2
VarCorr
I have a loop that I would like to use to extract the "stddev" for each itteration so I can average the "stddev" for all the runs. It would be helpful to know how to extract the "stddev" for each run from the VarCorr. Thanks MCruns<-1000 sighatlvec<-rep(NA,MCruns) sighatbvec<-rep(NA,MCruns) sighatevec<-rep(NA,MCruns) for(mc in 1:MCruns) {
2009 Jun 04
1
hist returning density larger than 1
...r,"/DATA/Simulation_Data.csv",sep=''), sep=",", quote=FALSE, row.names=FALSE, qmethod="double") Steven Matthew Anderson Anderson Research, LLC Statistical Programming and Analysis SAS (R) Certified Professional AdAstra69 at mac.com Ad Astra per Aspera ???????
2009 Jun 26
1
predicted values after fitting gamma2 function
...predicted values given the same x-values I used in the experimental model (i.e. from Max.brks <- pretty(range(Max.Spread$Distance), 100)). Steven Matthew Anderson Anderson Research, LLC Statistical Programming and Analysis SAS (R) Certified Professional AdAstra69 at mac.com Ad Astra per Aspera ???????
2004 Jun 27
3
Multiple X100P in Asterisk box?
Hi, I am the "IT guy" at a small startup based in UK. At the moment we have 3 analogue (PSTN) lines and we will be adding another 2 or 3 soon. Later on we should be changing to ISDN30. One of the partners mentioned getting an analogue PBX now, and when we move to ISDN, then get a digital PBX. I though of Asterisk. I have seen the website in the past and I know that it can do the job
2011 Jan 31
3
List of all times zones in R
Hi all, in R I have?Sys.timezone() function to get the current working Time zone. However I want to have a vector to get the list of all available time zones, like say, LETTERS gives me all letters. Is there any function like that? Thanks in advance,
2003 Dec 23
4
Permissions Problems
Here's my command copied from a shell script:\ rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh --recursive --times --perms --links \ /home/* trt@xxxxxx.xxxxxxx.xxx:/remotebackups/ Here's some (a small part) of the output: jk/.recently-used 253 100% 0.00kB/s 0:00:00 rsync: recv_generator: mkdir "jk/.secpanel/.runfiles": Permission denied (2) stat
2013 Mar 15
1
merge two matrices
Dear R-help members I would be grateful if anyone could help me with the following problem: I would like to combine two matrices (SCH_15 and SCH_16, they are attached) which have a species presence/absence x sampling plot structure. The aim would be to have in the end only one matrix which shows all existing species and their presence/absence on all the different plots(an_1, an_2 etc.) To do