search for: pettersson

Displaying 20 results from an estimated 113 matches for "pettersson".

Did you mean: petersson
2006 Nov 09
4
Plotting symbols with two positions?
...University of Leuven > > Address: Kapucijnenvoer 35, Leuven, Belgium > Tel: +32/(0)16/336899 > Fax: +32/(0)16/337015 > Web: http://med.kuleuven.be/biostat/ > http://www.student.kuleuven.be/~m0390867/dimitris.htm > > > ----- Original Message ----- > From: "CG Pettersson" <cg.pettersson at evp.slu.se> > To: <r-help at stat.math.ethz.ch> > Sent: Thursday, November 09, 2006 9:10 AM > Subject: [R] Why do I get a linebreak in the legend? > > >> Dear all, >> >> W2k, R2.4.0 >> >> I want to place a legend in a...
2003 Feb 26
2
na.action in model.tables and TukeyHSD
...taking the whole trial away from the dataset, but it doesn?t feel very sophisticated...;-) (Prof. Ripley answered a similar question from me two weeks ago. The answer was good but didn?t work as the reason of the error was the same as this time: a whole trial with only na:s in it). Thanks /CG CG Pettersson cg.pettersson at evp.slu.se
2008 Nov 18
4
How do I generate multiple (similar) objects within R?
Hi, I wonder if anyone knows how to generate a list of objects, e.g. ten vectors with names: vect1, vect2, ... , vect10. My own idea was to use something like: for (i in 1:10) print(paste("vect", i,"<-NULL",sep="")) but the result is: "vect1<-NULL" ... "vect10<-NULL" and not vect1<-NULL ... vect10<-NULL as I would
2005 Nov 03
1
Problems with abline adding regression line to a graph
...TC_OS.G31 -0.935 Standardized Within-Group Residuals: Min Q1 Med Q3 Max -1.68329774 -0.73751040 -0.05600477 0.68301243 2.21693174 Number of Observations: 83 Number of Groups: 14 > What is happening and what shall I do about it? Cheers /CG -- CG Pettersson, MSci, PhD Stud. Swedish University of Agricultural Sciences (SLU) Dept. of Crop Production Ecology. Box 7043. SE-750 07 UPPSALA, Sweden. +46 18 671428, +46 70 3306685 cg.pettersson at evp.slu.se
2017 Nov 08
2
Is it ok to allocate > half of address space?
...nks for the pointer! I missed that bug report since the title was about GVN. If there's interest in supporting this feature I can help since we've formalized most of BasicAA. I can easily verify if proposed changes are correct. (I'll release the code soon). Nuno Quoting Björn Pettersson A <bjorn.a.pettersson at ericsson.com>: > Hi Nuno. > I can't answer your question, but I know that Mikael Holmén wrote a > trouble report about problems in GVN related to objects larger than > half of address space: > https://bugs.llvm.org/show_bug.cgi?id=34344 >...
2019 Jan 30
2
[monorepo] Much improved downstream zipping tool available
Björn Pettersson A <bjorn.a.pettersson at ericsson.com> writes: > In llvm (split) we have: > > UL4->UL3->UL2->UL1->UL0 > \ > ...->DL2->DL1 > > In clang (split) we have: > > UC4->UC3->UC2->UC1->UC0 >...
2018 May 08
2
Preservation of CallGraph (by BasicBlockPass, FunctionPass)
...nswer the question if a basic block may destroy the call graph. Or if it is incorrect for the FPPassManager to say that it preserves all analyses. /Björn > -----Original Message----- > From: Sanjoy Das [mailto:sanjoy at playingwithpointers.com] > Sent: den 7 maj 2018 20:22 > To: Björn Pettersson A <bjorn.a.pettersson at ericsson.com>; Chandler > Carruth <chandlerc at google.com> > Cc: llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] Preservation of CallGraph (by BasicBlockPass, > FunctionPass) > > I'm not sure about the old pass manager, but I think t...
2018 May 08
0
Preservation of CallGraph (by BasicBlockPass, FunctionPass)
...BasicBlock passes. But you can use dce instead: "-passes=dce" 2) I don't have a qualified answer here, but if I recall correctly, the trouble to correctly update the callgraph was the main motivation for the new PM in the first place. Cheers, Philip 2018-05-08 15:56 GMT+02:00 Björn Pettersson A via llvm-dev < llvm-dev at lists.llvm.org>: > Well, do you have a patch that enables the new pass manager that we can > land then? > > To be more serious: > > 1) I don't even know how to run those passes using the new pass manager > even if it where enabled by defa...
2007 Jul 23
1
The 'REP' term in AMMI{agricolae}
...rful in the analysis of variance. (I use a random call in lme{nlme}). Is it possible to use the block structure also in the AMMI analysis? If that is possible, how should I code? I have tried to find out in the documentation, but if it is stated there I do not understand it. Thank you /CG -- CG Pettersson, PhD Swedish University of Agricultural Sciences (SLU) Dept. of Crop Production Ecology. Box 7043. SE-750 07 Uppsala, Sweden cg.pettersson at vpe.slu.se
2009 Nov 11
1
update.packages()
...undle I got error messages telling me to upgrade the individual packages (like gmodels and gplot). What has happened and why? I really liked the automatic scan of my installation followed by semi automatic installation that used to get triggered by "update.packages()" Thanks /CG -- CG Pettersson, Ph.D. Swedish University of Agricultural Sciences (SLU) Dept. of Crop Production Ecology. Box 7043. SE-750 07 Uppsala, Sweden cg.pettersson at vpe.slu.se
2007 Nov 30
1
Boxplots illustrating the fixed effects in a lme object
...r with an appropriate matrix. I did look for a similar tool to estimable in gplots but did not find any. As nearly everything is possible to do in R, the reason I did not get any respons ought to be that the question is too trivial. So, please give me a hint of how to proceed. Cheers /CG -- CG Pettersson, Ph.D. Swedish University of Agricultural Sciences (SLU) Dept. of Crop Production Ecology. Box 7043. SE-750 07 Uppsala, Sweden cg.pettersson at vpe.slu.se
2011 Jul 31
8
Add virtual attribute
Hi! Let''s say I have an app that handles a TODO list. The list has finished and unfinished items. Now I want to add two virtual attributes to the list object; the count of finished and unfinished items in the list. I also need these to be displayed in the json output. How do I achieve that? Best Regards Linus -- You received this message because you are subscribed to the Google
2019 Feb 13
2
changing variable naming rules in LLVM codebase
> On Feb 12, 2019, at 4:02 AM, Björn Pettersson A via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > (Sorry if this subject already has been discussed, but I could not find any clear rules/recommendations.) > > What would the recommendation be for acronyms (I’ve seen the rule about avoiding them unless they are “well known...
2019 Jan 29
2
[monorepo] Much improved downstream zipping tool available
Björn Pettersson A <bjorn.a.pettersson at ericsson.com> writes: > In the new monorepo UC1 may or may not be a parent to UL1. > We could actually have something like this: > > UL4->UC2->UL3->UL2->UL1->UL0->UC1 > > Our DL1 commit should preferably have UL1 as parent after...
2013 Feb 03
4
Create a helper for models and views?
Hi! If I have a method that is useful in both models and in views, where would be the appropriate place to put it? The method in question just takes two dates as strings, tries to parse them and returns all dates in the range between them. It also takes care of the issues when the dates are badly formatted etc etc.. This method is being used in several models (so a simple class method in
2007 Jul 19
2
Subsetting dataframes
...using > edit(x62_samvar) only shows the selected lines, but using levels() gives another answer as > levels(x62_samvar$cn) gives back all 72 cultivar names used during the five years (starting with Arcadia). Where do I go wrong and how do I use subset in a proper way? Thanks /CG -- CG Pettersson, PhD Swedish University of Agricultural Sciences (SLU) Dept. of Crop Production Ecology. Box 7043. SE-750 07 Uppsala, Sweden cg.pettersson at vpe.slu.se
2018 Aug 07
2
Error Calling eraseFromParent()
Thanks Bjorn! But The problem is still there. On Wed, Aug 8, 2018 at 2:04 AM, Björn Pettersson A < bjorn.a.pettersson at ericsson.com> wrote: > It looks quite dangerous to erase the instruction I inside the loop when > iterating over all instructions in the function. > I guess it depends on how the range based iterator is implemented if that > works or not. > > I thi...
2017 Jul 13
2
RFC: Harvard architectures and default address spaces
> -----Original Message----- > From: Hal Finkel [mailto:hfinkel at anl.gov] > Sent: den 13 juli 2017 16:01 > To: Björn Pettersson A <bjorn.a.pettersson at ericsson.com>; David Chisnall > <David.Chisnall at cl.cam.ac.uk>; Dylan McKay <me at dylanmckay.io> > Cc: llvm-dev at lists.llvm.org; Carl Peto <carl.peto at me.com> > Subject: Re: [llvm-dev] RFC: Harvard architectures and default address &g...
2013 Jan 26
4
Best practice to handle this
Hi! I have a model which has a field that can have three values only. I store the value in the database as an integer, 0, 1 or 2, but when I display it I want a more appropriate text. And, I want it to be translatable using i18n. Let''s say that it corresponds to how difficult something is. So, 0 represents "Easy", 1 represents "Normal" and 2 represents
2018 Aug 08
2
Error Calling eraseFromParent()
...gt; your loop and perform erasing in a new loop following your current one. > > Zhang > > 在 2018年8月8日,07:54,Ahmad Nouralizadeh via llvm-dev <llvm-dev at lists.llvm.org> > 写道: > > Thanks Bjorn! But The problem is still there. > > On Wed, Aug 8, 2018 at 2:04 AM, Björn Pettersson A < > bjorn.a.pettersson at ericsson.com> wrote: > >> It looks quite dangerous to erase the instruction I inside the loop when >> iterating over all instructions in the function. >> I guess it depends on how the range based iterator is implemented if that >> work...