search for: soseaua

Displaying 20 results from an estimated 56 matches for "soseaua".

2020 Apr 13
3
detect ->
...> assignment, to determine whether A occurs on the LHS? > > > > > > Thanks in advance for any hint, > > > Adrian > > > > > > ? > > > Adrian Dusa > > > University of Bucharest > > > Romanian Social Data Archive > > > Soseaua Panduri nr. 90-92 > > > 050663 Bucharest sector 5 > > > Romania > > > https://adriandusa.eu > > > > > > ______________________________________________ > > > R-devel at r-project.org mailing list > > > https://stat.ethz.ch/mailman/listin...
2016 Apr 12
3
formula argument evaluation
...ign "+" hasn't been evaluated, and I was hoping the "=" would not get evaluated either. The "=>" sign is important for other purposes, not related to this example. Thank you in advance, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr.90 050663 Bucharest sector 5 Romania [[alternative HTML version deleted]]
2016 Apr 12
2
formula argument evaluation
...anguage. The "=>" operator means sufficiency, while "<=" means necessity. Quoting the expression is good enough, I was just curious if the quotes could be made redundant, somehow. Thank you both, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr.90 050663 Bucharest sector 5 Romania [[alternative HTML version deleted]]
2016 Apr 13
2
formula argument evaluation
...> > the expression is good enough, I was just curious if the quotes could be > > made redundant, somehow. > > > > Thank you both, > > Adrian > > > > -- > > Adrian Dusa > > University of Bucharest > > Romanian Social Data Archive > > Soseaua Panduri nr.90 > > 050663 Bucharest sector 5 > > Romania > > > > [[alternative HTML version deleted]] > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://st...
2020 Apr 15
1
detect ->
...s on the LHS? > > > > > > > > Thanks in advance for any hint, > > > > Adrian > > > > > > > > ? > > > > Adrian Dusa > > > > University of Bucharest > > > > Romanian Social Data Archive > > > > Soseaua Panduri nr. 90-92 > > > > 050663 Bucharest sector 5 > > > > Romania > > > > https://adriandusa.eu > > > > > > > > ______________________________________________ > > > > R-devel at r-project.org mailing list > > > >...
2020 Apr 13
3
detect ->
...is it even possible to detect the right hand > assignment, to determine whether A occurs on the LHS? > > > > Thanks in advance for any hint, > > Adrian > > > > ? > > Adrian Dusa > > University of Bucharest > > Romanian Social Data Archive > > Soseaua Panduri nr. 90-92 > > 050663 Bucharest sector 5 > > Romania > > https://adriandusa.eu > > > > ______________________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel > > ______________...
2016 Apr 12
0
formula argument evaluation
...iency, while "<=" means necessity. Quoting > the expression is good enough, I was just curious if the quotes could be > made redundant, somehow. > > Thank you both, > Adrian > > -- > Adrian Dusa > University of Bucharest > Romanian Social Data Archive > Soseaua Panduri nr.90 > 050663 Bucharest sector 5 > Romania > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help >...
2020 Apr 13
2
detect ->
...my understanding that substitute() returns the unevaluated parse tree. Is there any way, or is it even possible to detect the right hand assignment, to determine whether A occurs on the LHS? Thanks in advance for any hint, Adrian ? Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr. 90-92 050663 Bucharest sector 5 Romania https://adriandusa.eu
2020 Apr 15
0
detect ->
...hand assignment, to determine whether A occurs on the LHS? > > > > > > Thanks in advance for any hint, > > > Adrian > > > > > > ? > > > Adrian Dusa > > > University of Bucharest > > > Romanian Social Data Archive > > > Soseaua Panduri nr. 90-92 > > > 050663 Bucharest sector 5 > > > Romania > > > https://adriandusa.eu > > > > > > ______________________________________________ > > > R-devel at r-project.org mailing list > > > https://stat.ethz.ch/mailman/listin...
2016 Apr 13
0
formula argument evaluation
...rious if the quotes could > be > > > made redundant, somehow. > > > > > > Thank you both, > > > Adrian > > > > > > -- > > > Adrian Dusa > > > University of Bucharest > > > Romanian Social Data Archive > > > Soseaua Panduri nr.90 > > > 050663 Bucharest sector 5 > > > Romania > > > > > > [[alternative HTML version deleted]] > > > > > > ______________________________________________ > > > R-help at r-project.org mailing list -- To UNSUBSCRIBE...
2020 May 22
2
GCC warning
...grade to the newest version, but that is something outside my code base, since GCC resides on the CRAN servers. In the meantime, to get the package published, did anyone encountered a similar problem? If so, is there a workaround? ? Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr. 90-92 050663 Bucharest sector 5 Romania https://adriandusa.eu
2018 Mar 09
2
importing namespaces from base packages
...ot;is"), which ends up in the error: Namespace dependency not required: ?methods? Is there a special reason for which package methods is treated differently from all other packages bundled with the base R? Thank you, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr. 90-92 050663 Bucharest sector 5 Romania https://adriandusa.eu [[alternative HTML version deleted]]
2015 Oct 06
4
authorship and citation
...while maintaining an official one which complies, but which you don't want users to see is probably a suggestion that you shouldn't do that. Best, ~G > > Best wishes, > Adrian > > > -- > Adrian Dusa > University of Bucharest > Romanian Social Data Archive > Soseaua Panduri nr.90 > 050663 Bucharest sector 5 > Romania > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > -- Gabriel Becker, PhD Com...
2017 Jun 27
2
paste strings in C
...for me. Otherwise I know there is a function do_paste() in C, and wondered whether I could use that directly instead of calling R from C. I hope this explains what I would like to do, many thanks in advance for any hint, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr. 90-92 050663 Bucharest sector 5 Romania [[alternative HTML version deleted]]
2015 Dec 17
1
integer
...function is.wholenumber <- function(x, tol = .Machine$double.eps^0.5) abs(x - round(x)) < tol A quick question: is there a case where this alternative function will not work? function(x) x %% 1 == 0 Best, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr.90 050663 Bucharest sector 5 Romania [[alternative HTML version deleted]]
2016 Apr 12
0
formula argument evaluation
...s hoping the "=" would > not get evaluated either. The "=>" sign is important for other purposes, > not related to this example. > > Thank you in advance, > Adrian > > -- > Adrian Dusa > University of Bucharest > Romanian Social Data Archive > Soseaua Panduri nr.90 > 050663 Bucharest sector 5 > Romania > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE...
2020 Apr 13
0
detect ->
..., or is it even possible to detect the right hand assignment, to determine whether A occurs on the LHS? > > > > Thanks in advance for any hint, > > Adrian > > > > ? > > Adrian Dusa > > University of Bucharest > > Romanian Social Data Archive > > Soseaua Panduri nr. 90-92 > > 050663 Bucharest sector 5 > > Romania > > https://adriandusa.eu > > > > ______________________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel > > _____________...
2015 Oct 06
2
authorship and citation
...Best wishes, > Adrian > > PS: @Thierry: I did take a look at RODBC, but the citation information is > generated automatically upon package installation (no other special file on > CRAN) > > -- > Adrian Dusa > University of Bucharest > Romanian Social Data Archive > Soseaua Panduri nr.90 > 050663 Bucharest sector 5 > Romania > -- Gabriel Becker, PhD Computational Biologist Bioinformatics and Computational Biology Genentech, Inc. [[alternative HTML version deleted]]
2015 Oct 06
1
authorship and citation
...sider collaborating with you on a project given your apparent attitude towards the contributions of people no longer actively working on projects you own. Best, ~G > > Best wishes, > Adrian > > -- > Adrian Dusa > University of Bucharest > Romanian Social Data Archive > Soseaua Panduri nr.90 > 050663 Bucharest sector 5 > Romania > -- Gabriel Becker, PhD Computational Biologist Bioinformatics and Computational Biology Genentech, Inc. [[alternative HTML version deleted]]
2016 Apr 05
3
Problem with <= (less than or equal): not giving the expected result
...t.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code. -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr.90 050663 Bucharest sector 5 Romania [[alternative HTML version deleted]]