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.

54 results for “from:Marna Wagley”

calculate sampel size?
Marna Wagley · Apr 14, 2016 · r-help

Hi R user, Can we calculate sample size when only mean and SE are given? Let say one example, I have mean with SE is 0.54+-0.0517 (mean+-SE). Is there any way to find the samples (sample...

bootstraping by groups
Marna Wagley · Mar 22, 2022 · r-help

Hi All, I have many classes and was trying to estimate the value using a bootstrapping approach for each group with the following code. However, it did not work when I added a group in the code. Do you have...

how to split a column by tab ?
Marna Wagley · Sep 9, 2019 · r-help

Hi R User, I was trying to split a column by tabs, I tried to split with several ways, but I could not split it. Is there any possibilities? The data example and the code I used daT1<-c("Column...

Any help on R code interpretation?
Marna Wagley · Dec 22, 2016 · r-help

HI R user, I was looking a r code and saw "%*%t", what does it("%*%t") mean?. The example is given below. For example: here is the code where "%*%t" has been used. when I run the formula but did...

can we visualize water flows with 3d in R?
Marna Wagley · Oct 12, 2016 · r-help

Hi R Users, Is it possible to visualize river flow in 3D (latitude, longitude with respect to depth)? The example of my data looks like. Any suggestions? > dat1 long lat depth flow 1 1015.9 857 1.00 1.50...

repeating functions for different folders?
Marna Wagley · Apr 12, 2018 · r-help

Hi R users, I need to run a analysis using a data for each folder. I do have several folders. Each folder contains several files but these files name are similar to the files that is saved into another folders...

how to show a plot without overlaying the text on top of the another text?
Marna Wagley · Dec 13, 2016 · r-help

Hi R user, I have created using metaNMDS (Nonmetirc Multidimensional Scaling, MDS) to show species composition but some of the species are concentrated at some of the sites so that the name of the species are overlaid and it was...

How to replace numeric value in the column contains Text (Factor)?
Marna Wagley · Apr 18, 2018 · r-help

Hi R user, Would you mind to help me on how I can change a value in a specific column and row in a big table? but the column of the table is a factor (not numeric). Here is an...

to change the size of the line in the plot created in ggplot2
Marna Wagley · Dec 24, 2015 · r-help

Hi Giorgio, Thank you very much for the code and the link. I read it and also used but this code changed the line into "dashed" for all variables. As I mentioned earlier, I wanted to change for only one...

extraction of last observation date from many observations in each row/column
Marna Wagley · Apr 2, 2021 · r-help

Dear R-Users, I have a dataset containing more than two observation dates in some of the columns and sites but I wanted to extract only the last date of the observation. Is there any easiest way to get that...

How to add "slope" in the scatter plot
Marna Wagley · Feb 10, 2022 · r-help

Hi R users, I was trying to add slope, R2 and p value in the scatter plot, but I was able to add only r2 and p value but not slope in the example data using the following code. Would...

to change the size of the line in the plot created in ggplot2
Marna Wagley · Dec 24, 2015 · r-help

Hi R user, I was trying to make a figure for each of four sites. Each site has 7 classes, among the 7 classes, one is average. I am wondering how I can change the color and size of the...

Monte Carlo simulation for ratio and its CI
Marna Wagley · Mar 25, 2019 · r-help

Hi R User, I was trying to calculate ratios with confidence interval using Monte Carlo simulation but I could not figure it out. Here is the example of my data (see below), I want to calculate ratios (dat$v1/dat...

how to randomly select the samples with different probabilities for different classes?
Marna Wagley · Dec 7, 2016 · r-help

Hi R user, I have samples with covariates for different classes, I wanted to choose the samples of different groups with different probabilities. For example, I have a 22 samples size with 3 classes, groupA has 8 samples groupB has...

Secondary y axis in ggplot2: did not respond when change its y-axis value
Marna Wagley · Jan 7, 2021 · r-help

Hi R users, I was trying to plot a graph with a secondary axis, and used the following code for the data but the secondary line and secondary y -axis value did not match. I would like to show both...

how can I convert a long to wide matrix?
Marna Wagley · May 1, 2018 · r-help

Hi R user, I was trying to convert a long matrix to wide? I have an example and would like to get a table (FinalData1): FinalData1 B1 B2 id_X "A" "B" id_Y "A" "B" but I got the...

How to convert category (or range/group) into continuous ?
Marna Wagley · Jan 16, 2022 · r-help

Hi R users, I first categorized the continuous data into groups (ranges or category) but now I would like to change the category into a continuous data and plot it. For example I have attached the data in which you...

able to estimate in the excel but not in R, any suggestion?
Marna Wagley · Dec 22, 2021 · r-help

Hi R users, I was trying to estimate some values in r but could not figure out how to write the script in r. Although I was able to estimate it correctly in the excel. For example I have the...

creating tables with replacement
Marna Wagley · Oct 18, 2017 · r-help

Hi R User, I am new in R and trying to create tables with selecting rows randomly (but with replacement) for each group but each group should have same number as original. Is it possible to create it using the...

Conditional extraction of values in a data.frame in r
Marna Wagley · Apr 22, 2021 · r-help

Hi R Users, I have been struggling to extract the data based on conditional values in different columns. I have a very big dataset (rows) and a couple of columns. here an example of the dataset is: daT<-structure(list...

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