search for: subia

Displaying 18 results from an estimated 18 matches for "subia".

Did you mean: subi
2024 Mar 15
1
write.xlsx error message
...ou are "Using write.xlsx to extract data from an Excel file", write.xlsx() is to write an Excel file, not to read from it. Should be read.xlsx() then iirc. ? ? Gesendet:?Freitag, 15. M?rz 2024 um 08:38 Uhr Von:?"Ivan Krylov via R-help" <r-help at r-project.org> An:?"Subia Thomas OI-US-LIV5" <Thomas.Subia at draexlmaier.com> Cc:?"r-help at r-project.org" <r-help at r-project.org> Betreff:?Re: [R] write.xlsx error message ? Thu, 14 Mar 2024 14:12:12 +0000 Subia Thomas OI-US-LIV5 <Thomas.Subia at draexlmaier.com> ?????: > Using writ...
2023 Aug 12
2
geom_smooth
...? geom_smooth(se=TRUE,fill="blue",color="black",linetype="dashed")+ ? theme_cowplot() I'd like to add a black boundary around the shaded area. I suspect this can be done with geom_ribbon but I cannot figure this out. Some advice would be welcome. Thanks! Thomas Subia
2023 Aug 12
1
geom_smooth
?s 05:17 de 12/08/2023, Thomas Subia via R-help escreveu: > Colleagues, > > Here is my reproducible code for a graph using geom_smooth > set.seed(55) > scatter_data <- tibble(x_var = runif(100, min = 0, max = 25) > ?????????????????????? ,y_var = log2(x_var) + rnorm(100)) > > library(ggplot2) > library...
2023 Jul 21
1
plotly question
...e. Finally, I assume you have tried web searching appropriate search queries, but if not, you should do so. It is sometimes surprising how much you can find that way. ... and, again, apologies if my ignorance means my suggestions are useless. Cheers, Bert On Fri, Jul 21, 2023 at 6:19?AM Thomas Subia via R-help <r-help at r-project.org> wrote: > > Colleagues > > Here is my reproducible code > > plot_ly( > domain = list(x = c(0, 1), y = c(0, 1)), > value = 2874, > title = list(text = "Generic"), > type = "indicator", > mode = &...
2023 Aug 12
1
geom_smooth
G'day Thomas, On Sat, 12 Aug 2023 04:17:42 +0000 (UTC) Thomas Subia via R-help <r-help at r-project.org> wrote: > Here is my reproducible code for a graph using geom_smooth The call "library(tidyverse)" was missing. :) > I'd like to add a black boundary around the shaded area. I suspect > this can be done with geom_ribbon but I canno...
2023 Jul 21
2
plotly question
...searching appropriate search >queries, but if not, you should do so. It is sometimes surprising how >much you can find that way. > >... and, again, apologies if my ignorance means my suggestions are useless. > >Cheers, >Bert > > >On Fri, Jul 21, 2023 at 6:19?AM Thomas Subia via R-help ><r-help at r-project.org> wrote: >> >> Colleagues >> >> Here is my reproducible code >> >> plot_ly( >> domain = list(x = c(0, 1), y = c(0, 1)), >> value = 2874, >> title = list(text = "Generic"), >> t...
2023 Jul 21
1
plotly question
...quot;red")), ??? threshold = list( ??? line = list(color = "black", width = 6), ??? thickness = 0.75, ??? value = 4800))) How can I change the indicator color from green to some other color? How can I change the typeface and font size of the speedometer tick mark font size? Thomas Subia [[alternative HTML version deleted]]
2016 Jul 20
4
Geom_smooth
Default level = 0.95. Does this mean +/- 0.025 from estimate? [[alternative HTML version deleted]]
2023 Jul 22
1
plotly
What do you mean "Rounded"? What do you expect, what do you get instead? ? > On Jul 22, 2023, at 10:40, Thomas Subia via R-help <r-help at r-project.org> wrote: > > Colleagues, > Thanks for the update. > My colleagues at work have run this script but the resulting graph output for value is rounded. How can one turn this annoying feature off? > I've googled this but to no avail. > &gt...
2023 Jul 22
2
plotly
...-------------------------- Here you go. I have no idea how it does this, and have a discussion on elements of "Sein und Zeit" and book 19 of the Odyssey, and tutor me in Italian conversation, and draft Mermaid mind-maps - but here we are. :-) > On Jul 22, 2023, at 10:50, Thomas Subia <tgs77m at yahoo.com> wrote: > > \In this example, the value was 2324, the gauge displays 2320. > I'm not sure why this occurs. Changing the statement to 56, results in the gauge reading 60. I'm not sure what needs to be changed in the script or the environment to stop round...
2016 Apr 07
1
identifying outliers
...intentionally x = c(21, 20, 25, x) # now 10, 15 and 20 are outliers myboxplot <- boxplot(x) # now you should see your three outliers myboxplot$out # it will print the values of the outliers How does one amend this code to produce the outliers by a group? All the best, Thomas Subia [[alternative HTML version deleted]]
2023 Jul 26
1
plotly
...ce I am creating the same gauge plot but with different data, I'd like all the resulting graphs to have the same size. I've googled this but to no avail, Question 2:How can I adjust the tick marks of the gauge? Ideally the tick marks should be set at seq(0,9600,1200) Thanks everyone! Thomas Subia On Saturday, July 22, 2023 at 08:10:52 AM PDT, Boris Steipe <boris.steipe at utoronto.ca> wrote: ChatGPT-4: ------ Query:? ---------------------------------- Thank you. The `value` in the code example is 2874. The plot shows a large number at the center and a smaller value compute...
2024 Mar 14
0
write.xlsx error message
...quot;invokeMethod", cl, : java.lang.OutOfMemoryError: GC overhead limit exceeded I was thinking that this might be a RAM issue but with 16 GB RAM, I wasn't expecting this error message. Any guidance would be appreciated. Mit freundlichen Gruessen / Cordialement / Best regards Thomas Subia Lean Six Sigma Senior Practitioner DR?XLMAIER Group DAA Draexlmaier Automotive of America LLC mailto:thomas.subia at draexlmaier.com http://www.draexlmaier.com<http://www.draexlmaier.com/> "Nous croyons en Dieu. Tous les autres doivent apporter des donn?es. Edward Deming Public...
2024 Mar 15
0
write.xlsx error message
? Thu, 14 Mar 2024 14:12:12 +0000 Subia Thomas OI-US-LIV5 <Thomas.Subia at draexlmaier.com> ?????: > Using write.xlsx to extract data from an Excel file, I get this error > message. > > > Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", > cl, : java.lang.OutOfMe...
2023 Jul 22
1
plotly
Colleagues, Thanks for the update. My colleagues at work have run this script but the resulting graph output for value is rounded. How can one turn this annoying feature off? I've googled this but to no avail. [[alternative HTML version deleted]]
2024 Oct 09
0
Discriminant of a cubic polynomial
...ficients of a cubic polynomial, a,b,c,d and using discriminant_cubic <- function(a, b, c, d) { D <- 18 * a * b * c * d - 4 * b^3 * d + b^2 * c^2 - 4 * a * c^2 - 27 * a^2 * d^2 return(D) } I can find the discriminant of a cubic polynomial. Is there an R package which can do this? Thomas Subia
2017 Nov 09
0
ggplot2 error
Hello all, Zeki(?) reported: > ggplot(data = mtcars, aes(x= wt, y= mpg)) + geom_line() > Error: Found object is not a stat. Using R v3.4.62 and R studio, I'm unable to reproduce this error. All the best, Thomas Subia [[alternative HTML version deleted]]
2017 Sep 07
0
Geom_smooth
> On Jul 20, 2016, at 10:01 AM, Tom Subia <tgs77m at gmail.com> wrote: > > Default level = 0.95. > Does this mean +/- 0.025 from estimate? > > [[alternative HTML version deleted]] I would have guessed that it meant something along the lines of localized (or one might say "loess-ized") mean +/- 2* similar...