search for: comc

Displaying 20 results from an estimated 39 matches for "comc".

Did you mean: com
2007 Nov 30
2
lmer and method call
Hello all, I'm attempting to fit a generalized linear mixed-effects model using lmer (R v 2.6.0, lmer 0.99875-9, Mac OS X 10.4.10) using the call: vidusLMER1 <- lmer(jail ~ visit + gender + house + cokefreq + cracfreq + herofreq + borcur + comc + (1 | code), data = vidusGD, family = binomial, correlation = corCompSymm(form = 1 | ID), method = "ML") Although the model fits, the summary indicates the model is a "Generalized linear mixed model fit using Laplace". I've tried any number of permutations; is only Laplace...
2004 Dec 26
16
Incoming Calls
Hi All, I have the following scenario, it may already have been answered elsewhere, but I cant find the solution. I already have a PBX and would like to start implementing asterisk. I have ordered a 4 port card from the asterisk store (2 port FXS and 2 port FXO) and am waiting for it to arrive. I do not want to plug my incoming lines into my FXO ports yet as not all the desks have IP phones
2019 Jul 18
0
ubuntu equivalent of ctrl-a on windows
On 7/18/19 1:02 PM, Mark Leeds wrote: > Hi All: I'm using an old version of Ubuntu, 14.04, and I can't figure out a > keyboard sequence that "selects all" analogously to what ctrl-a does on > windows ? > > If anyone can be bothered running below and see if they have a way to > select all four fruits at once, it's appreciated. I've spent quite a bit of
2019 Jul 18
0
ubuntu equivalent of ctrl-a on windows
...effect is achieved with ctrl-\. Kind of made sense that slash and backslash were opposites. Also discovered with an analogous strategy. I got no effect with ctrl-<any of the middle tier of keys> -- David > > On Thu, Jul 18, 2019 at 4:13 PM David Winsemius > <dwinsemius at comcast.net <mailto:dwinsemius at comcast.net>> wrote: > > > On 7/18/19 1:02 PM, Mark Leeds wrote: > > Hi All: I'm using an old version of Ubuntu, 14.04, and I can't > figure out a > > keyboard sequence that "selects all" analogously to?...
2020 Apr 25
0
Timezone conversion on Ubuntu 20.04
On 4/24/20 4:02 PM, Jeroen Ooms wrote: > Hi all, > > I am testing R 4.0 and ran into an issue with timezones on Ubuntu > Focal: converting a timestamp to another timezone results in NA: > > as.POSIXct(as.POSIXlt(Sys.time(), tz = "CET"), tz = "EST") > > This only happens on Ubuntu Focal, it seems to work fine on Ubuntu > Bionic. I am the standard
2016 Aug 18
0
what about that stuff?
Hey friend, Do you like stuff like that? What do you think of it? Just take a look <http://niquupera.thestilettonetwork.mobi/lnlftl> T.Dorai [[alternative HTML version deleted]]
2019 Feb 21
0
code for sum function
On 2/20/19 2:55 PM, Rampal Etienne wrote: > Dear Tomas, > > Where do I find these files? Do they contain the code for the sum function? Yes. https://svn.r-project.org/R/trunk/ David > > What do you mean exactly with your point on long doubles? Where can I find > documentation on this? > > Cheers, Rampal > > On Mon, Feb 18, 2019, 15:38 Tomas Kalibera
2019 Apr 27
0
Suspect error in windows version of 3.60
...} <bytecode: 0x0000000016c6a730> <environment: namespace:utils> The first argument, NULL, prevents the underlying function install.packages from working. I assume this is not intentional awaiting packages to catch up with the newer R format. Thanks, Len Weil len.weil at comcast.net [[alternative HTML version deleted]]
2019 Jun 19
0
point size in svg
On 6/19/19 8:19 AM, Spencer Graves wrote: > Hello, All: > > > ????? I'm unable to control the font size in plots to svg. Consider > the following: > > > svg('cex-svg.svg') > cex. <- 5 > plot(1:2, cex.axis=cex.) > text(1:2, 1:2, c('as', 'DF'), > ????????? cex=cex.) > dev.off() > > > ????? When I open this in Gimp
2018 Apr 09
0
Question about subset
Sent from my iPhone > On Apr 8, 2018, at 9:06 PM, Sebastien Bihorel <sebastien.bihorel at cognigencorp.com> wrote: > > Hi, > > The help page for subset states "subset: logical expression indicating elements or rows to keep: missing values are taken as false." > > Before I try to re-invent the wheel, I would like to know if one of the base or recommended
2018 May 23
0
find the permutation function of a sorting
> On May 22, 2018, at 10:06 PM, John <miaojpm at gmail.com> wrote: > > Hi, > > Is there any way to find the permutation function of the sorting and to > apply the function (or its inverse) elsewhere? > > For example, the following permutation function from the sorting in the > matrix form is > c(1,2,3), c(2,1,3) > >>
2018 Apr 06
0
Obtain gradient at multiple values for exponetial decay model
> On Apr 5, 2018, at 2:00 PM, g l <gnulinux at gmx.com> wrote: > >> Sent: Thursday, April 05, 2018 at 4:40 PM >> From: "Jeff Newmiller" <jdnewmil at dcn.davis.ca.us> >> >> the coef function. >> > > For the benefit of other novices, used the following command to read the documentation: > > ?coef > > Then tried and
2018 Apr 13
0
Reading xpt files into R
> On Apr 13, 2018, at 10:01 AM, WRAY NICHOLAS via R-help <r-help at r-project.org> wrote: > > Hello R folk > > I have an xpt file which I have been trying to open into R in R studio > > On the net I found guidance which says that I need packages Hmisc and SASxport which I have successfully loaded. > > I had also found some code which says that this would allow
2018 Apr 06
0
Obtain gradient at multiple values for exponential decay model
> On Apr 6, 2018, at 3:43 AM, g l <gnulinux at gmx.com> wrote: > >> Sent: Friday, April 06, 2018 at 5:55 AM >> From: "David Winsemius" <dwinsemius at comcast.net> >> >> >> Not correct. You already have `predict`. It is capale of using the `newdata` values to do interpolation with the values of the coefficients in the model. See: >> >> ?predict >> > > The ? details did not mention interpolation explic...
2023 Aug 06
1
hist(..., log="y")
hist() is designed so that the total area sums to 1. You should build you desired behavior using a barchart. ? David Sent from my iPhone > On Aug 5, 2023, at 11:50 PM, Ott Toomet <otoomet at gmail.com> wrote: > > ?Sorry if this topic has been discussed earlier. > > Currently, hist(..., log="y") fails with > >> hist(rexp(1000, 1), log="y")
2018 May 23
0
find the permutation function of a sorting
...2) > > sort(x, index.return=TRUE) > $x > [1] 2 3 4 7 8 10 > > $ix > [1] 6 4 3 2 5 1 > I don't understand what is being requested. The $ix value is the same as the one returned `by order`. David. > 2018-05-23 10:49 GMT+08:00 David Winsemius <dwinsemius at comcast.net>: > > > > On May 22, 2018, at 10:06 PM, John <miaojpm at gmail.com> wrote: > > > > Hi, > > > > Is there any way to find the permutation function of the sorting and to > > apply the function (or its inverse) elsewhere? > > > &...
2023 Dec 08
1
Convert character date time to R date-time variable.
On 12/7/23 08:21, Sorkin, John wrote: > 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? You will not be able to store these datetime values in an R matrix, at least as class POSIXct. You could with class
2018 Apr 22
0
Gantt Chart Using Plotrix
> On Apr 22, 2018, at 11:50 AM, bbb_aaa at verizon.net wrote: > > Hi > > I am trying to generate a complex Gantt chart using the gantt.chart function in the plotrix package. > > Ideally I would like to use a spreadsheet to populate the activities (tasks) and start and end dates that this function expects and then export the spreadsheet file as a .CSV text file so I can read
2020 Oct 26
0
securing R code....
On 10/26/20 7:17 AM, akshay kulkarni wrote: > dear members, > I am a stock trader. I am using R for my research. > > I want to service my laptop, wherein resides all my R code, which, for obvious reasons, has to be secured. I am using Windows 7 Ultimate. > > I cannot encrypt the R data by Bitdefender, as it encrypts the entire drive. Use a file
2018 Apr 17
0
Time intervals in a datframe
> On Apr 17, 2018, at 10:10 AM, Allaisone 1 <allaisone1 at hotmail.com> wrote: > > > Hi all > > I have a list of multiple datframes with the same column headers. The last column in each datframe contains a vector of "Interval" class after I have produced this column using "lubridate" package. I needed to convert my list of dataframes to be in a single