search for: tranform

Displaying 20 results from an estimated 85 matches for "tranform".

Did you mean: transform
2012 Aug 17
5
specific matrix element tranformation
...[1,1]=a[1,1]+1 b[1,2]=a[2,1]*a[2,2] b[1,3]=a[2,2]+a[1,1] b[2,1]=a[1,1]-5 b[2,2]=sqrt(a[2,2]) b[2,3]=a[1,1]/a[2,2] b[3,1]=a[2,2]-3 b[3,2]=a[1,1]*[a[1,2]+a[2,2]) b[3,3]=sqrt(a[1,1])/a[1,2]) Thanks. Cheers, B -- View this message in context: http://r.789695.n4.nabble.com/specific-matrix-element-tranformation-tp4640550.html Sent from the R help mailing list archive at Nabble.com.
2009 Sep 10
2
tranform a table?
...<tr><td>", H[j],":</td><td>", R[j], "</td>") } output <- paste(output, "</table><p>") } write(output, file="${htmlout:output}") Thanks for any help. -- View this message in context: http://www.nabble.com/tranform-a-table--tp25382806p25382806.html Sent from the R help mailing list archive at Nabble.com.
2009 Sep 06
5
ggplot2::qplot() -- arbitary transformations of coordinate system?
Hi, Does anyone know how to do a coord_trans() in which the y-axis is tranformed into (for example) -1000/y? Thanks, _____________________________ Professor Michael Kubovy University of Virginia Department of Psychology USPS: P.O.Box 400400 Charlottesville, VA 22904-4400 Parcels: Room 102 Gilmer Hall McCormick Road Charlottesville, VA 22903 Office:...
2017 Oct 23
0
Linear regression with tranformed dependant variable
Hello, R-Help answers questions on R code, your question is about statistics. You should try posting the question to https://stats.stackexchange.com/ Hope this helps, Rui Barradas Em 23-10-2017 18:54, kende jan via R-help escreveu: > Dear all, I am trying to fit a multiple linear regression model with a transformed dependant variable (the normality assumption was not verified...). I have
2006 Nov 25
3
Multiple Conditional Tranformations
Greetings, I'm learning R and I'm stuck on a basic concept: how to specify a logical condition once and then perform multiple transformations under that condition. The program below is simplified to demonstrate the goal. Its results are exactly what I want, but I would like to check the logical state of gender only once and create both (or any number of) scores at once.
2017 Oct 23
3
Linear regression with tranformed dependant variable
Dear all,?I am trying to fit a multiple linear regression model with a transformed dependant variable (the normality assumption was not verified...).?I have realised a sqrt(variable) transformation...?The results are great, but I don't know how to interprete the beta coefficients... Is it possible to do another transformation to get interpretable beta coefficients to express the variations in
2008 Nov 28
3
R window lines limit
Hi, Is the number of lines that can be displayed in R GUI limited? When I do a Fourier Tranform of 4000 data points, I can only see the last 300 or so of it. I need to see all of it. How is this possible? Thank you if you can help! -- View this message in context: http://www.nabble.com/R-window-lines-limit-tp20735974p20735974.html Sent from the R help mailing list archive at Nabble.com.
2006 Jul 11
4
Date Format
...need to transform the row names into date format. But I do not manage. Therefore, for an example, I manage to write this : datetest<-"06/01/2001" datetest<-as.Date(datetest,"%d/%m/%Y") datetest<-as.numeric(datetest) to get 11328. But I do not obtain the inverse tranformation : datetest<-as.Date(datetest,"%d/%m/%Y") How do we get this please ? Thanks a lot for your solution. Pierre. [[alternative HTML version deleted]]
2006 Jul 11
4
Date Format
...need to transform the row names into date format. But I do not manage. Therefore, for an example, I manage to write this : datetest<-"06/01/2001" datetest<-as.Date(datetest,"%d/%m/%Y") datetest<-as.numeric(datetest) to get 11328. But I do not obtain the inverse tranformation : datetest<-as.Date(datetest,"%d/%m/%Y") How do we get this please ? Thanks a lot for your solution. Pierre. [[alternative HTML version deleted]]
2007 May 01
5
[OT] Inject XML into page and tranform with XSL
Hi, Is it possible to recieve an xml repsonse from my rails app, and then, client side, inject the xml into the page without reloading and have it apply an xslt? Like an AJAX call, but ajax is unavailable to me. My very limited understanding suggests that xslt is only done at run time in safari at least. If I can''t get thsi to work the other option I''ve thought of is to use
2017 Aug 18
1
Meta-regression of categorical variables
Dear metafor users, I am working on a meta-analysis of reliability and the correlation associations. I need some help about conducting categorical moderators variables. Questions 1: How to conduct the weighted ANOVAs assuming a mixed-effects model on the tranformed alpha coefficients/the tranformes correlation coefficients for the categorical moderator variables? Questions 2: How to calculate the average reliability coefficients for each category of the moderator variable? Take the reliablity generalization as an example. Here is an example of my code....
2008 Oct 24
0
how to do power transformation for time series data?
I am dealing with a seasonal time series data. In order to ger rid of the nonstationarity of the variance, i need to perform power tranformation to the data and choose the best lambda value. In Mass package, there is a function called 'boxcox' to do power tranformation but it only deals with linear model. Is there anyone who knows the other function that cannot perform power tranformation to time series data? Thanks! -- View...
2008 Jan 09
6
as.date - german date format
...the instructions on http://finzi.psych.upenn.edu/R/library/base/html/format.Date.html it should work like this: as.date(xx, "%d.%m.%Y") - but it doesn?t... the survival Package ist loaded - is there a problem with the german format? Or did I understand something wrong? Much better than tranforming the format from to data would be to import it in the right format. Is there a parameter for read.csv to get it as a date from the beginning? -- View this message in context: http://www.nabble.com/as.date---german-date-format-tp14712654p14712654.html Sent from the R help mailing list archive...
2006 Apr 21
2
forcing apply() to return data frame
...pply a function recursively on a data matrix. The function is question is as.genotype() from the library 'genetics' apply(subset(chr1, names$breed == 'lab'),2,as.genotype,sep ="") Unfortuantely apply puts it's results into a matrix object rather than a data frame, tranforming my factors into numerics and making the results useless. Is there a way of forcing apply() to return a data frame rather than a matrix? Cheers, Federico -- Federico C. F. Calboli Department of Epidemiology and Public Health Imperial College, St Mary's Campus Norfolk Place, London W2...
2020 Feb 10
3
atomic ops are optimized with incorrect semantics .
Hi All, With the "https://gcc.godbolt.org/z/yBYTrd" case . the atomic is converted to non atomic ops for x86 like from xchg dword ptr [100], eax to mov dword ptr [100], 1 the pass is responsible for this tranformation was instCombine i.e InstCombiner::visitAtomicRMWInst which converts the IR like %0 = atomicrmw xchg i32* inttoptr (i64 100 to i32*), i32 1 monotonic to store atomic i32 1, i32* inttoptr (i64 100 to i32*) monotonic, align 4 which is valid for relax(monotonic) and release ordering as per the...
2020 Mar 27
2
We have a problem about pass.
Dear, LLVM developers. We appreciate your interest. We contacted to solve the problem of setting the pass. Our pass setup process is as follows: 1. Add pass subdirectory from CMakeLists.txt in llvm/lib/Tranform 2. Change CMakeLists.txt in llvm/lib/Transform/pass 3. Run make in llvm/build/lib However, the desired pass file was not created. There were no errors in the make process. Installed version is LLVM & clang 8.0.0, CMAKE 3.4.3. Here is the contents of CMakeLists.txt set in the pass: add_llvm_m...
2010 Nov 02
2
One question on heatmap
...39; to 'column', the heatmap will be always be red. I think this is because, there's very large values in the matrix (gene Actb), while the most are just very small. Thus, the color will be very ugly. I just wonder, how to set the color to make the heatmap look better? I have tried log-tranformation on the matrix and it's better now. But I do want to know if you have better ways to set the color span manually and make the heatmap look better without any log-transformation? Thanks in advance! Best, Hua
2005 Jun 14
2
Prebuffering best practices
...a very low average round-trip latency (50ms), but it spikes all over the place (sometimes 10ms, sometimes 500ms). Thus I can't make my prebuffer duration proportional to latency, but somehow proportional to "jitter". But I'm not sure the best way to quantify this, nor how to tranform that into a reasonable prebuffer length. Thus I'm curious what experience you've had in this area, and what you can recommend as a good way to adaptively compute a prebuffer duration. Thanks! -david
2005 Jul 25
1
Convert quarterly data to monthly data
Hi, I am new to use R, but can anyone tell me how to tranform quarterly data to monthly data? I know SAS has this procedure, so may I assume it is also available in R? Thanks a lot! Ed
2008 Mar 31
1
as.character ()
Hello, I'm trying to tranform a numeric vector into a character vector. > x=c(2.00,1.20,5.00,6.56) > y= as.character(x) > y [1] "2" "1.2" "5" "6.56" What I want is : [1] "2.00" "1.20" "5.00" "6.56" Does someone know ho...