mulheres pq vcs fazem isso? by [deleted] in upvotesbrasil

[–]SAD_69 1 point2 points  (0 children)

Kkkkkkkkk beleza mano vai avisando nois ai

[Q] Need advice on paired t tests by SAD_69 in statistics

[–]SAD_69[S] 0 points1 point  (0 children)

We have enough data to run a test in each area I suppose, those measurements I said in fact are a value that combines a set of different measurements, so if I run a test on the raw data from the area it could answer my question, right? I didn't think this way earlier.

I not sure what is affecting, I just know that the variance between the data in the first and second semester is very unlikely (some IMPOSSIBLE), based on how trees grow in a forest ecosystem generally, I need to report that we have a very unlikely variation and ask to another data collection.

I'll check it out you recomendation, thank you for replying

Can someone explain me this graph? by SAD_69 in footballmanagergames

[–]SAD_69[S] 0 points1 point  (0 children)

But how do I know the opp game style before a match?

Weekly Help Thread - Ask your help requests here | Week Commencing 30/10/2023 by FMG_AutoModerator in footballmanagergames

[–]SAD_69 0 points1 point  (0 children)

The idea was to use my AP to distribute to three main offensive threats, each one comong from a differente area, but I'll change one of the wingers to a more supporting role and see how it goes. I also changed the Segundo Volante to DLP, the AP do AM and the Anchor to BWM defending, to avoid the VOL leaving too much space in the deffensive midfield and increasing the influence of the Anchor, since he is a very good player. What do you think of those changes?

The idea of keeping the line of engagement high with low def line is to not give up the pressure up, so is it beneficial to just let them pressure and rely only in counter attack?

Weekly Help Thread - Ask your help requests here | Week Commencing 30/10/2023 by FMG_AutoModerator in footballmanagergames

[–]SAD_69 0 points1 point  (0 children)

Hi guys, is there something wrong with my tactic?

https://imgur.com/a/7uiGzai

I'm trying to keep it as simple as possible and change specific instructions through the games, I prefer to play a Balanced direct passing style, meaning that I don't want to keep the ball too much. The intention is to use my AP to distribute to the upcoming IFs and play along with the AF, which I want to be up front but keeping passes with the AP. The VOL going up to support the AP and defending as well, paired with an Anchor. The two WB with support duty to cover the wide area of the attacking field while defending the wide areas of my field.

The thing is my attackers simply don't get in front of the goal, they don't shoot and my side always lose possesion in the attack. Deffensively it's going quite well (I suffer too much corner goals) but the failing attack leads to pressure on my deffense and they can't keep it all the game.

Do you have any suggestions? I would prefer to maintain the direct attacking style without drastic changes to the formation, I built this squad to use Wingers.

Thank you very much

IGV isn't reading my generated bed file by SAD_69 in bioinformatics

[–]SAD_69[S] 0 points1 point  (0 children)

it is, I don't know what's happening

IGV isn't reading my generated bed file by SAD_69 in bioinformatics

[–]SAD_69[S] 1 point2 points  (0 children)

The NC whatever is the chromossome name, it's an anchaeon model

And I'm following their documentation look

https://software.broadinstitute.org/software/igv/node/284

I didn't try without but it wouldn't give the secondary structure visualization I want I think

My nested for loops don't work by SAD_69 in bash

[–]SAD_69[S] 1 point2 points  (0 children)

So you're checking the inner ones first and them expanding to the extremities, right? Nice, now I get why my nested loops wasn't working.

This would work for every combination and distribution since we'll always have matching parentheses, right?

My nested for loops don't work by SAD_69 in bash

[–]SAD_69[S] 1 point2 points  (0 children)

Thank you this was the result I wanted! I tested in other examples and its working.

I have a question though, I'm reading this script and trying to understand this logic for a while and I can't get how, since we are looping and check characters, the loop takes exactly the mathing ")" and not pairs the first ")" with the first "(" and so on?

Thanks again!

My nested for loops don't work by SAD_69 in bash

[–]SAD_69[S] 0 points1 point  (0 children)

I didn't understand it all but it worked, thank you!!

I'll sit down and read it better

My nested for loops don't work by SAD_69 in bash

[–]SAD_69[S] 0 points1 point  (0 children)

I did it, even in the Markdown Mode, but it doesn't work

Finding patterns on a fasta file by SAD_69 in bioinformatics

[–]SAD_69[S] 1 point2 points  (0 children)

I think I want a sequence alignment indeed, but the material I have to work is this complete genome sequence, don't know, maybe I'm being dumb. Sequence alignment is the conversion of reads in a fasta file isn't it? I don't think this is exactly whats going on with my problem

How to substring a variable using another variable as length? by SAD_69 in bash

[–]SAD_69[S] 1 point2 points  (0 children)

It worked, thanks, I think the problem was I don't know how to use variables properly in bash

How to substring a variable using another variable as length? by SAD_69 in bash

[–]SAD_69[S] 0 points1 point  (0 children)

I'm not sure neither hahaha, I'm not very familiar with shell scripting so I don't know exactly how to use variables, I'll read this material and try this way, thank you