Skip to content

Commit

Permalink
Deployed ccfe29a with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsWinter committed Dec 10, 2024
1 parent cb3046a commit c7a47ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ <h4 id="fdr-correction">FDR Correction</h4>
</code></pre></div>
<h2 id="step-3-set-up-the-cpmregression-object">Step 3: Set Up the CPMRegression Object</h2>
<p>Create an instance of the CPMRegression class with the required inputs:</p>
<div class="highlight"><span class="filename">Python</span><pre><span></span><code><span class="kn">from</span> <span class="nn">cpm.models</span> <span class="kn">import</span> <span class="n">CPMRegression</span>
<div class="highlight"><span class="filename">Python</span><pre><span></span><code><span class="kn">from</span> <span class="nn">cpm.cpm_analysis</span> <span class="kn">import</span> <span class="n">CPMRegression</span>

<span class="n">cpm</span> <span class="o">=</span> <span class="n">CPMRegression</span><span class="p">(</span>
<span class="n">results_directory</span><span class="o">=</span><span class="s2">&quot;results/&quot;</span><span class="p">,</span>
Expand Down
Loading

0 comments on commit c7a47ae

Please sign in to comment.