Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

9 results for “from:Engin Yılmaz”

system solver in R
Engin Yılmaz · Nov 20, 2018 · r-help

Dea(R) Do you know any system solver in R ? For example, in matlab, is very easy syms a b c x eqn = a*x^2 + b*x + c == 0; sol = solve(eqn) How can I find this type code...

colMeans function
Engin Yılmaz · Nov 4, 2020 · r-help

Dear I use *flights* database library(nycflights13) The following code is working as colMeans(flights[2]) * 6.54851* but other code is not working as colMeans(flights$month) *Error in colMeans(flights$month) : * * 'x' must be an array of at...

AES spesification
Engin Yılmaz · Oct 21, 2020 · r-help

Dear I use dataset , as called "mpg" This is code ggplot(data=mpg)+ geom_point(mapping = aes(x=displ, y=hwy, colour=year)) But I would like to see only "year of 1999" in this relationship between x and y...

system solver in R
Engin Yılmaz · Nov 20, 2018 · r-help

Thanks a lot! Berend Hasselman <bhh at xs4all.nl>, 20 Kas 2018 Sal, 12:02 tarihinde ?unu yazd?: > > > R package Ryacas may be what you want. > > Berend > > > > On 20 Nov 2018, at 09:42, Engin Y?lmaz <ispanyolcom at gmail...

adding new level with new values and transpose the dataframe
Engin Yılmaz · Jul 30, 2020 · r-help

* Record Date* *Classification Description* *Current Month Budget Amount* 2020-06-30 Total Surplus (+) or Deficit (-) -864,074,068,492 2020-06-30 Borrowing from the Public 716,272,172,707 2020-06-30 By Other Means 420,704,500,379...

R Subset by Factor levels
Engin Yılmaz · Jul 29, 2020 · r-help

Dear I try to create a new subset from my dataframe. My dataframe's name is m1. "Classification Description" column has 15 different factors. The following code is used creating a subset for 1 factor. m2<-m1[m1$`Classification Description...

R Subset by Factor levels
Engin Yılmaz · Jul 30, 2020 · r-help

I solve this as follows m2 <- subset(m1,`Classification Description`=="Borrowing from the Public" | `Classification Description`=="By Other Means" | `Classification Description`=="Total Surplus (+) or Deficit (-)") sincerely Engin YILMAZ Engin Y?lmaz <ispanyolcom at gmail.com>, 29 Tem 2020 ?ar, 16...

system solver in R
Engin Yılmaz · Nov 20, 2018 · r-help

Yes, it works for me. Eik Vettorazzi <E.Vettorazzi at uke.de>, 21 Kas 2018 ?ar, 00:19 tarihinde ?unu yazd?: > How about this: > > library(rootSolve) > f1<-function(x)5/((1+x)^1) + 5/((1+x)^2) + 5/((1+x...

system solver in R
Engin Yılmaz · Nov 20, 2018 · r-help

Dea(R) I try to solve one equation but this program did not give me real roots for example yacas("Solve( 5/((1+x)^1) + 5/((1+x)^2) + 5/((1+x)^3) + 105/((1+x)^4) -105 ==0, x...

Can't find what you're looking for? Try searching with Google .