Exercise 8 Bios

Hi. welcome To the forum.

We need more information about what you are doing. "Exercise 8 Bios" could be anything.

We need to see your code and some sample data.

Please supply the code by copying it and pasting it here between

```

````

This gives us formatted code that we can copy, paste and run .

To supply some sample data use the dput() function. Do dput(mydata) where "mydata" is the name of your dataset. For really large datasets probably dput(head(mydata, 100) will do. Paste it here between

```

```

You may also find this helpful.