search for: presen

Displaying 20 results from an estimated 128 matches for "presen".

Did you mean: present
2024 Mar 29
1
Output of tapply function as data frame: Problem Fixed
...gt; dput(head(data, 20L)) >>>> >>>> >>>> Hope this helps, >>>> >>>> Rui Barradas >>>> >>>> >>>> -- >>>> Este e-mail foi analisado pelo software antiv?rus AVG para verificar a >>>> presen?a de v?rus. >>>> www.avg.com >>>> >>> >> Hello, >> >> This pipe? >> >> >> with(data, tapply(count, Date, mean)) |> as.data.frame() >> >> >> I am not seeing anything wrong with it. I have tried it again just no...
2024 Mar 29
2
Output of tapply function as data frame: Problem Fixed
...;> > >> > >> dput(head(data, 20L)) > >> > >> > >> Hope this helps, > >> > >> Rui Barradas > >> > >> > >> -- > >> Este e-mail foi analisado pelo software antiv?rus AVG para verificar a > >> presen?a de v?rus. > >> www.avg.com > >> > > > Hello, > > This pipe? > > > with(data, tapply(count, Date, mean)) |> as.data.frame() > > > I am not seeing anything wrong with it. I have tried it again just now > and it runs with no problems, like it...
2006 Apr 19
2
PRI caller ID
Below is a snipped debug on our PRI. We are getting number only for the CallerID but the telco says they are sending us Name and Number. We are getting the Name in a second frame but Asterisk is not passing it to the device it rings. The message below says "Presenation allowed of network provided number" which leads me to believe Asterisk thinks it should not be displaying it. Can anyone interpret this for me and maybe shed some light on why I am not getting the caller ID name displayed? I have asreceived in my Zapata.conf file. < Facility (l...
2009 Nov 08
1
rd doc truncated with R 2.10.0
Hi, I am routinely compiling a package and since I have moved to R 2.10.0, it troncates some section texts in the doc: With the following section in the rd file: \details{ The function calls gpsbabel via the system. The gpsbabel program must be present and on the user's PATH for the function to work see <http://www.gpsbabel.org/>. The function has been tested on the following Garmin GPS devices: Etrex Summit, Etrex Vista Cx and GPSmap 60CSx. } ...compiling under R 2.9.2 (rcmd build --binary --auto-zip pgirmess) I get this Details:...
2024 Feb 23
2
help - Package: stats - function ar.ols
...code. > Hello, > > Thanks for the data but the code is missing from the attachment. > Can you please post your code? In an attachment or directly in the > e-mail body. > > Rui Barradas > > > -- > Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. > www.avg.com -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: test.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20240223/50722a06/attachment.txt>
2024 Feb 23
1
help - Package: stats - function ar.ols
...commented, minimal, self-contained, reproducible code. Hello, Thanks for the data but the code is missing from the attachment. Can you please post your code? In an attachment or directly in the e-mail body. Rui Barradas -- Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. www.avg.com
2023 Dec 07
1
Convert character date time to R date-time variable.
?s 16:21 de 07/12/2023, Sorkin, John escreveu: > Colleagues, > > I have a matrix of character data that represents date and time. The format of each element of the matrix is > "2020-09-17_00:00:00" > How can I convert the elements into a valid R date-time constant? > > Thank you, > John > > > > John David Sorkin M.D., Ph.D. > Professor of Medicine, University of Mar...
2024 Feb 02
1
gathering denominator under frac
...g <- ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) + geom_point() g + ylab(expression(paste(frac( additive~HCO[3]^"-", true~HCO[3]^"-" )))) Hope this helps, Rui Barradas -- Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. www.avg.com
2024 Jun 02
1
R code for overlapping variables -- count
...rovide commented, minimal, self-contained, reproducible code. Hello, The following is simpler. r2 <- xtabs(~ ., x) |> as.data.frame() r2[-4L] # or r2[names(r2) != "Freq"] Hope this helps, Rui Barradas -- Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. www.avg.com
2024 Jul 13
1
Obtaining predicted probabilities for Logistic regression
...<- coef(Model)[1L] + coef(Model)[2L] * (Dat$Gender == "Male") pred2 <- exp(y)/(1 + exp(y)) head(predict(Model, type="response")) head(pred1) |> c() head(pred2) Hope this helps, Rui Barradas -- Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. www.avg.com
2024 Apr 21
1
x[0]: Can '0' be made an allowed index in R?
...<- function(x) { class(x) <- c("zerobased", class(x)) x } x <- 1:10 y <- as_zerobased(x) y[0] #> [1] 1 y[1] #> [1] 2 y[9] #> [1] 10 y[10] #> [1] NA Hope this helps, Rui Barradas -- Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. www.avg.com
2024 Sep 19
1
Inquiry About R Packages for Specific Research Areas
...IBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide https://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. www.avg.com
2024 Feb 02
1
gathering denominator under frac
...geom_point() > > g + ylab(expression(paste(frac( > additive~HCO[3]^"-", > true~HCO[3]^"-" > )))) > > > > Hope this helps, > > Rui Barradas > > > -- > Este e-mail foi analisado pelo software antiv?rus AVG para verificar a > presen?a de v?rus. > www.avg.com > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html &g...
2024 Sep 17
1
(no subject)
...the expected output too? > > >> > > >> Hope this helps, > > >> > > >> Rui Barradas > > >> > > >> > > >> -- > > >> Este e-mail foi analisado pelo software antiv?rus AVG para verificar a > > >> presen?a de v?rus. > > >> www.avg.com > > >> > > > > > > > > Hello, > > > > Something like this? > > > > > > test <- > > structure(list( > > cp1 = c(1, 5, 3, 7, 10, 5, 2, 4, 8, 10, 9, 2, > >...
2024 Apr 07
1
Question regarding reservoir volume and water level
...7e6) { if(missing(v)) { volume * l / level } else level * v / volume } lev <- 1250 vol <- 14e6 water_level(l = lev) #> [1] 7056452 water_level(v = vol) #> [1] 2480 Hope this helps, Rui Barradas -- Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. www.avg.com
2024 Jul 18
1
ggplot two-factor legend
...st be the same. Try using labels=c("?LN", "BIO") in scale_linetype_manual(values=c("dashed", "solid"), labels=c("?LN", "BIO")) Hope this helps, Rui Barradas -- Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. www.avg.com
2024 Jun 15
2
code for year month day hr format
...gt; #> 4 2012-08-01 3 3.7 391 132 -9 154.6 > #> 5 2012-08-01 4 4.2 399 132 -7 154.6 > #> 6 2012-08-01 5 4.1 411 132 -6 154.6 > > > Hope this helps, > > Rui Barradas > > > -- > Este e-mail foi analisado pelo software antiv?rus AVG para verificar a > presen?a de v?rus. > www.avg.com > [[alternative HTML version deleted]]
2024 Feb 23
1
help - Package: stats - function ar.ols
...code. > Hello, > > Thanks for the data but the code is missing from the attachment. > Can you please post your code? In an attachment or directly in the > e-mail body. > > Rui Barradas > > > -- > Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. > http://www.a/ > vg.com%2F&data=05%7C02%7Ctebert%40ufl.edu%7C0afd65836d774adc099408dc34 > 9f53c7%7C0d4da0f84a314d76ace60a62331e1b84%7C0%7C0%7C638443106144266047 > %7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6I > k1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C...
2024 Jul 18
1
ggplot two-factor legend
...;?LN", "BIO") ) + scale_linetype_manual( values = c("dashed", "solid"), labels = c("?LN", "BIO") ) + theme_bw() Hope this helps, Rui Barradas -- Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. www.avg.com
2024 Jun 16
2
code for year month day hr format
...>> #> 5 2012-08-01 4 4.2 399 132 -7 154.6 >> #> 6 2012-08-01 5 4.1 411 132 -6 154.6 >> >> >> Hope this helps, >> >> Rui Barradas >> >> >> -- >> Este e-mail foi analisado pelo software antiv?rus AVG para verificar a >> presen?a de v?rus. >> www.avg.com >> > Hello, There is an error in your new code: paste YEAR with DOY, not with HR. As for the rest, is your real data like the one you posted before? If it is then I don't see anything wrong with my (tested) solution. Hope this helps, Rui Barrad...