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.

21 results for “from:Saba Sehrish”

Install GARPFRM package
Saba Sehrish · May 18, 2016 · r-help

Hi If a package is not loading, it is a matter of concern. Therefore, I have asked for the assistance or guidance in this regards. Saba

Identifying Gender
Saba Sehrish · Dec 1, 2016 · r-help

Hi I have a csv file of Names based on male and female managers. Is there some code in R to identify the gender by names? ThanksSaba [[alternative HTML version deleted]]

For loop coding
Saba Sehrish · Dec 4, 2015 · r-help

Hi I will be grateful if someone please tell me the programming to run regression on time series data through "For Loop". Regards. Saba Sent from Yahoo Mail on Android [[alternative HTML version deleted]]

Inserting a blank row to every other row
Saba Sehrish · Apr 24, 2016 · r-help

Hi I need to insert a blank row after every row in R data frame. I have achieved it through: df[rep(1:nrow(df),1,each=2),] But it inserts a row with name of previous row, while i...

Replacing value with "1"
Saba Sehrish · Sep 22, 2016 · r-help

Hi I have a matrix that contains 1565 rows and 132 columns. All the observations are either "0" or "1". Now I want to keep all the observations same but just one change, i.e. whenever there is "1", the...

Descriptive Statistics of time series data
Saba Sehrish · Apr 6, 2016 · r-help

Hi I have four variables and the time series data for each variable consists of values for past 10 years on monthly basis. I want to get descriptive stats for these four variables separately (mean, median, sd, min, max). The...

Finding Highest value in groups
Saba Sehrish · Apr 22, 2016 · r-help

Hi I have two columns in data frame. First column is based on "ID" assigned to each group of my data (similar ID depicts one group). From second column, I want to identify highest value among each group and want...

Install GARPFRM package
Saba Sehrish · May 18, 2016 · r-help

Hi I am trying to install GARPFRM package to R (version: 3.3.0) by following steps: (a) install.packages("GARPFRM", repos="http://R-Forge.R-project.org") It gives following Warning messages: 1: running command '"C:/PROGRA~1/R...

unbalanced number of rows
Saba Sehrish · Apr 10, 2016 · r-help

HiI have a data frame with rows specifying companies (codes are assigned to companies) and columns specify months (monthly data). The data is based on male (M) and female (F) information for each month. Following is an example of how...

error in vcovNW
Saba Sehrish · Dec 18, 2015 · r-help

Hi?I am using NeweyWest standard errors to correct lm( ) output. For example: lm(A~A1+A2+A3+A4+A5+B1+B2+B3+B4+B5) vcovNW<-NeweyWest(lm(A~A1+A2+A3+A4+A5+B1+B2+B3+B4+B5)) I...

multiplication by groups
Saba Sehrish · Apr 23, 2016 · r-help

Hi I have two data frames as shown below (second one is obtained by aggregating rows of similar IDs in df1.). They both have similar number of columns but rows of df2 are lesser than rows of df1. df1: ID...

Dividing rows in groups
Saba Sehrish · Apr 23, 2016 · r-help

Hi I have two data frames as shown below (second one is obtained by aggregating rows of similar IDs in df1.). They both have similar number of columns but rows of df2 are lesser than rows of df1. df1: ID...

working with unequal rows
Saba Sehrish · Apr 10, 2016 · r-help

Hi I have a data frame with rows specifying companies (codes are assigned to companies) and columns specify months (monthly data). The data is based on male (M) and female (F) information for each month. Following is an example of...

R-help mailing list
Saba Sehrish · Dec 3, 2015 · r-help

Hi ? I am a PhD student and I want to learn how to run Linear regression with Lag-5 on R through "For Loop". Please find the details below: ? 1- ? ? ? ? ? ?I need guidance about Coding/ Programming for Simple Linear Regression...

Finding Highest value in groups
Saba Sehrish · Apr 23, 2016 · r-help

Thanks a lot. Its really helpful Regards Saba On Saturday, 23 April 2016, 6:50, Giorgio Garziano <giorgio.garziano at ericsson.com> wrote: Since the aggregate S3 method for class formula already has got na.action = na.omit, ## S3 method...

replacing values of rows with identical row names in two dataframes
Saba Sehrish · May 6, 2016 · r-help

Hi I have two dataframes(df1, df2) with equal number of columns (1566) but lesser rows in df2 (2772 in df1 and 40 in df2). Row names are identical in both dataframes (date). I want to replace NAs of df1...

error in vcovNW
Saba Sehrish · Dec 18, 2015 · r-help

Thank you. The issue is resolved by scaling the data in millions. Saba On Saturday, 19 December 2015, 15:06, Achim Zeileis <Achim.Zeileis at uibk.ac.at> wrote: On Sat, 19 Dec 2015, Saba Sehrish via R-help wrote...

Error in linear regression
Saba Sehrish · Dec 17, 2015 · r-help

Hi?I am trying to apply linear regression on the attached data of two variables (DODGX, TRMCX) in R by taking into account time lag=5 for both of them. Each time I run this command, it gives me following...

Error-linear regression
Saba Sehrish · Dec 17, 2015 · r-help

Hi? I am trying to apply linear regression on the attached data of two variables (DODGX, TRMCX) in R by taking time lag=5 for both of them. Each time I run this command, it gives me following error: Error...

error in vcovNW
Saba Sehrish · Dec 19, 2015 · r-help

Hi Thanks for the reminder. Actually I want to analyse whether present value of variable A is Granger caused by lag values of B and test linear hypothesis "B1,B2,B3,B4,B5=0". Therefore, to get robust standard error...

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